mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-18 02:07:43 +00:00
remove misleading comment
This commit is contained in:
parent
bae46bb27d
commit
e90fc3f271
1 changed files with 0 additions and 15 deletions
|
@ -115,21 +115,6 @@ mixin FusionInterface {
|
|||
.map((e) => (txid: e.txid, vout: e.vout, value: e.value))
|
||||
.toList());
|
||||
|
||||
// TODO rework
|
||||
// // add stack change address
|
||||
// final String currentChangeAddress = await _getCurrentChangeAddress();
|
||||
// // cast from String to Address
|
||||
// final Address? changeAddress =
|
||||
// await _db.getAddress(_walletId, currentChangeAddress);
|
||||
// // cast from Stack's Address to Fusiondart's Address
|
||||
// final fusion_address.Address fusionChangeAddress =
|
||||
// changeAddress!.toFusionAddress();
|
||||
// await mainFusionObject.addChangeAddress(fusionChangeAddress);
|
||||
// Logging.instance.log(
|
||||
// "FusionInterface fuse() changeAddress: $changeAddress",
|
||||
// level: LogLevel.Info,
|
||||
// );
|
||||
|
||||
// fuse utxos
|
||||
await mainFusionObject.fusion_run();
|
||||
//print ("DEBUG FUSION bitcoincash_wallet.dart 1202");
|
||||
|
|
Loading…
Reference in a new issue