Skip to content

Commit

Permalink
Fix cancel not backuping
Browse files Browse the repository at this point in the history
  • Loading branch information
Mixslav committed Aug 23, 2024
1 parent 3accbb1 commit d95978b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/util/envoy_storage.dart
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ class EnvoyStorage {
preferencesStoreName: preferencesStore,
exchangeRateStoreName: exchangeRateStore,
rbfBoostStoreName: rbfBoostStore,
canceledTxStoreName: canceledTxStore,
};

for (var store in storesToBackUp.values) {
Expand Down

0 comments on commit d95978b

Please sign in to comment.