We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1544fc commit 80097e4Copy full SHA for 80097e4
packages/wallet/src/cip30.ts
@@ -231,7 +231,6 @@ const getCollateralCallback = async (
231
logger: Logger
232
) => {
233
const availableUtxosWithoutAssets = getUtxosWithoutAssets(availableUtxos);
234
- if (availableUtxosWithoutAssets.length === 0) return null;
235
try {
236
// Send the amount and filtered available UTxOs to the callback
237
// Client can then choose to mark a UTxO set as unspendable
0 commit comments