Set state node diff field to false for snapshots (#18)
Needed for cerc-io/ipld-eth-state-snapshot#1 Reviewed-on: #18
This commit was merged in pull request #18.
This commit is contained in:
@@ -71,7 +71,7 @@ func setupMainnetIndexer(t *testing.T) {
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
ind, err = sql.NewStateDiffIndexer(context.Background(), chainConf, db)
|
||||
ind, err = sql.NewStateDiffIndexer(context.Background(), chainConf, db, true)
|
||||
}
|
||||
|
||||
func checkTxClosure(t *testing.T, idle, inUse, open int64) {
|
||||
|
||||
Reference in New Issue
Block a user