Skip to content

Commit d841f52

Browse files
committed
fix: remove fee persistense
1 parent 5fa328f commit d841f52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/store/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const persistConfig = {
3434
// increase version after store shape changes
3535
version: 54,
3636
stateReconciler: autoMergeLevel2,
37-
blacklist: ['receive', 'ui'],
37+
blacklist: ['receive', 'ui', 'fees'],
3838
migrate: createMigrate(migrations, { debug: __ENABLE_MIGRATION_DEBUG__ }),
3939
};
4040

0 commit comments

Comments
 (0)