Skip to content

Commit

Permalink
Merge pull request #363 from kumulynja/fix-331-custom-fee
Browse files Browse the repository at this point in the history
fix: custom manual fee not used in Send
  • Loading branch information
i5hi authored Dec 20, 2024
2 parents 0d12316 + 73d0cf5 commit ac00dfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/send/send_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ class _SendPageState extends State<SendPage> {
defaultRBF: locator<SettingsCubit>().state.defaultRBF,
fileStorage: locator<FileStorage>(),
networkCubit: locator<NetworkCubit>(),
networkFeesCubit: locator<NetworkFeesCubit>(),
networkFeesCubit: networkFees,
homeCubit: locator<HomeCubit>(),
payjoinManager: locator<PayjoinManager>(),
swapBoltz: locator<SwapBoltz>(),
Expand Down

0 comments on commit ac00dfe

Please sign in to comment.