Skip to content

Commit

Permalink
Apply "Send & Chain: Localize refund flow to swap handlers" changes
Browse files Browse the repository at this point in the history
  • Loading branch information
erdemyerebasmaz committed Sep 23, 2024
1 parent aade015 commit 6fd1adc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cubit/chain_swap/chain_swap_cubit.dart
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class ChainSwapCubit extends Cubit<ChainSwapState> {
: PayOnchainAmount_Receiver(amountSat: BigInt.from(amountSat));
final preparePayOnchainRequest = PreparePayOnchainRequest(
amount: payOnchainAmount,
satPerVbyte: recommendedFee.toInt(),
feeRateMsatPerVbyte: recommendedFee.toInt(),
);
final swapOption = await preparePayOnchain(
req: preparePayOnchainRequest,
Expand Down

0 comments on commit 6fd1adc

Please sign in to comment.