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.
2 parents 56fff0f + c6c53a4 commit b292a00Copy full SHA for b292a00
addons/@mlabs-haskell/godot-cardano/src/transaction/tx_builder.gd
@@ -448,7 +448,7 @@ func complete(utxos: Array[Utxo] = []) -> CompleteResult:
448
)
449
_builder._add_dummy_redeemers()
450
451
- var balance_result := await balance()
+ var balance_result := await balance(wallet_utxos)
452
var error = _results.any(func (result: Result) -> bool: return result.is_err())
453
_results.push_back(balance_result)
454
0 commit comments