Skip to content

Commit

Permalink
chain: fix clearstate not clearing all stores
Browse files Browse the repository at this point in the history
  • Loading branch information
VandeurenGlenn committed Apr 30, 2024
1 parent 5e68b6e commit b0e3d39
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/chain/src/state.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ export default class State extends Contract {
await globalThis.accountsStore.clear()
await globalThis.chainStore.clear()
await globalThis.blockStore.clear()
await globalThis.transactionStore.clear()
await globalThis.stateStore.clear()
await globalThis.transactionPoolStore.clear()
}

Expand Down

0 comments on commit b0e3d39

Please sign in to comment.