mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-03-23 07:38:49 +00:00
remove problem child _coins
This commit is contained in:
parent
dc9a7f6542
commit
1774ad6b73
2 changed files with 3 additions and 3 deletions
|
@ -1 +1 @@
|
||||||
Subproject commit f436b5f962754726b66658fc4e92c727d66746d4
|
Subproject commit b11dc661d14be8acefd575eb105c76129e710dfa
|
|
@ -286,10 +286,10 @@ mixin FusionWalletInterface {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Add Stack UTXOs.
|
// Add Stack UTXOs.
|
||||||
await mainFusionObject.addCoinsFromWallet(coinList);
|
final inputs = await mainFusionObject.addCoinsFromWallet(coinList);
|
||||||
|
|
||||||
// Fuse UTXOs.
|
// Fuse UTXOs.
|
||||||
return await mainFusionObject.fuse();
|
return await mainFusionObject.fuse(inputsFromWallet: inputs);
|
||||||
//print ("DEBUG FUSION bitcoincash_wallet.dart 1202");
|
//print ("DEBUG FUSION bitcoincash_wallet.dart 1202");
|
||||||
|
|
||||||
// TODO remove or fix code below.
|
// TODO remove or fix code below.
|
||||||
|
|
Loading…
Reference in a new issue