mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-01-18 13:26:33 +01:00
wip
This commit is contained in:
parent
60fb4ef9bf
commit
919feb243e
@ -9,7 +9,7 @@ export type PaymentCodeStackParamList = {
|
||||
amount: number;
|
||||
amountSats: number;
|
||||
unit: BitcoinUnit;
|
||||
noRbf: boolean;
|
||||
isTransactionReplaceable: boolean;
|
||||
launchedBy: string;
|
||||
isEditable: boolean;
|
||||
uri: string /* payjoin uri */;
|
||||
|
@ -262,7 +262,7 @@ const SendDetails = () => {
|
||||
setChangeAddress(null);
|
||||
setParams({
|
||||
utxos: null,
|
||||
isTransactionReplaceable: wallet.type === HDSegwitBech32Wallet.type && !routeParams.noRbf ? true : undefined,
|
||||
isTransactionReplaceable: wallet.type === HDSegwitBech32Wallet.type && !routeParams.isTransactionReplaceable ? true : undefined,
|
||||
});
|
||||
// update wallet UTXO
|
||||
wallet
|
||||
|
Loading…
Reference in New Issue
Block a user