Skip to content

Commit

Permalink
optimize db access
Browse files Browse the repository at this point in the history
  • Loading branch information
tudor-malene committed Dec 14, 2023
1 parent 23b6a4e commit f024672
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions go/enclave/txpool/txpool_mock_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,5 @@ func (m *mockStorage) TrieDB() *trie.Database {
}

func (m *mockStorage) StateDB() state.Database {
// TODO implement me
panic("implement me")
return m.stateDB
}

0 comments on commit f024672

Please sign in to comment.