remove problem child _coins

This commit is contained in:
julian 2023-09-29 10:47:53 -06:00
parent dc9a7f6542
commit 1774ad6b73
2 changed files with 3 additions and 3 deletions

@ -1 +1 @@
Subproject commit f436b5f962754726b66658fc4e92c727d66746d4
Subproject commit b11dc661d14be8acefd575eb105c76129e710dfa

View file

@ -286,10 +286,10 @@ mixin FusionWalletInterface {
}
// Add Stack UTXOs.
await mainFusionObject.addCoinsFromWallet(coinList);
final inputs = await mainFusionObject.addCoinsFromWallet(coinList);
// Fuse UTXOs.
return await mainFusionObject.fuse();
return await mainFusionObject.fuse(inputsFromWallet: inputs);
//print ("DEBUG FUSION bitcoincash_wallet.dart 1202");
// TODO remove or fix code below.