This commit is contained in:
Marcos Rodriguez Velez 2024-10-23 19:01:21 -04:00
parent 60fb4ef9bf
commit 919feb243e
2 changed files with 2 additions and 2 deletions

View File

@ -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 */;

View File

@ -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