Skip to content

Commit b292a00

Browse files
authored
Merge pull request #80 from mlabs-haskell/df/fix-balance-utxos
Provide `wallet_utxos` argument when balancing via complete
2 parents 56fff0f + c6c53a4 commit b292a00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addons/@mlabs-haskell/godot-cardano/src/transaction/tx_builder.gd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ func complete(utxos: Array[Utxo] = []) -> CompleteResult:
448448
)
449449
_builder._add_dummy_redeemers()
450450

451-
var balance_result := await balance()
451+
var balance_result := await balance(wallet_utxos)
452452
var error = _results.any(func (result: Result) -> bool: return result.is_err())
453453
_results.push_back(balance_result)
454454

0 commit comments

Comments
 (0)