good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit 4f7f1554 authored by ledgerwatch's avatar ledgerwatch Committed by GitHub
Browse files

Update helper.go (#3737)

parent a6ff889d
No related branches found
No related tags found
No related merge requests found
......@@ -99,7 +99,7 @@ func CreateStateReader(ctx context.Context, tx kv.Tx, blockNrOrHash rpc.BlockNum
}
stateReader = state.NewCachedReader2(cacheView, tx)
} else {
stateReader = state.NewPlainState(tx, blockNumber)
stateReader = state.NewPlainState(tx, blockNumber+1)
}
return stateReader, nil
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment