Skip to content

Commit 9762cb5

Browse files
authored
chore: Don't persist controller state (#525)
Signed-off-by: dan437 <80175477+dan437@users.noreply.github.com>
1 parent b0127d5 commit 9762cb5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/SmartTransactionsController.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ const controllerName = 'SmartTransactionsController';
7777

7878
const controllerMetadata = {
7979
smartTransactionsState: {
80-
persist: true,
80+
persist: false,
8181
anonymous: true,
8282
},
8383
};

0 commit comments

Comments
 (0)