Skip to content

Commit 65112ae

Browse files
committed
set isChange=false for ProReg recipient
1 parent ccb101b commit 65112ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/wallets/wallet/impl/firo_wallet.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1158,7 +1158,7 @@ class FiroWallet<T extends ElectrumXCurrencyInterface> extends Bip39HDWallet<T>
11581158
address: ownerAddress.value,
11591159
addressType: AddressType.p2pkh,
11601160
amount: cryptoCurrency.dustLimit,
1161-
isChange: true,
1161+
isChange: false,
11621162
),
11631163
],
11641164
);

0 commit comments

Comments
 (0)