diff --git a/src/actions/SendConfirmationActions.tsx b/src/actions/SendConfirmationActions.tsx index 74b2217b543..062bcf0c137 100644 --- a/src/actions/SendConfirmationActions.tsx +++ b/src/actions/SendConfirmationActions.tsx @@ -572,7 +572,7 @@ const getSpendInfo = (state: RootState, newSpendInfo: GuiMakeSpendInfo = {}, sel spendTargets, networkFeeOption: newSpendInfo.networkFeeOption || getNetworkFeeOption(state), customNetworkFee: newSpendInfo.customNetworkFee ? { ...getCustomNetworkFee(state), ...newSpendInfo.customNetworkFee } : getCustomNetworkFee(state), - otherParams: newSpendInfo.otherParams || {} + otherParams: newSpendInfo.otherParams } }