Skip to content

Commit

Permalink
fix: use NetworkFeesCubit from send page in SendCubit instead of glob…
Browse files Browse the repository at this point in the history
…al, default one
  • Loading branch information
kumulynja committed Dec 16, 2024
1 parent d143d70 commit 73d0cf5
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 @@ -95,7 +95,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>(),
swapBoltz: locator<SwapBoltz>(),
currencyCubit: currency,
Expand Down

0 comments on commit 73d0cf5

Please sign in to comment.