Skip to content

Commit 219b4d1

Browse files
committed
fix coin control pegin
1 parent abeb824 commit 219b4d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/wallets/wallet/wallet_mixin_interfaces/electrumx_interface.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1938,6 +1938,7 @@ mixin ElectrumXInterface<T extends ElectrumXCurrencyInterface>
19381938
txData: result.copyWith(
19391939
recipients: result.recipients!.where((e) => !(e.isChange)).toList(),
19401940
),
1941+
utxos: utxos?.toList(),
19411942
coinControl: coinControl,
19421943
isSendAll: isSendAll,
19431944
isSendAllCoinControlUtxos: isSendAllCoinControlUtxos,

0 commit comments

Comments
 (0)