From 919feb243e6ec6481d97c2c4689d8df9407357e2 Mon Sep 17 00:00:00 2001 From: Marcos Rodriguez Velez Date: Wed, 23 Oct 2024 19:01:21 -0400 Subject: [PATCH] wip --- navigation/PaymentCodeStackParamList.ts | 2 +- screen/send/SendDetails.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/navigation/PaymentCodeStackParamList.ts b/navigation/PaymentCodeStackParamList.ts index e7d5281a8..e3bf6d5bb 100644 --- a/navigation/PaymentCodeStackParamList.ts +++ b/navigation/PaymentCodeStackParamList.ts @@ -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 */; diff --git a/screen/send/SendDetails.tsx b/screen/send/SendDetails.tsx index 8af61141c..015964cc0 100644 --- a/screen/send/SendDetails.tsx +++ b/screen/send/SendDetails.tsx @@ -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