fix small2
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -28,7 +28,7 @@ func testReadChainData(t *testing.T, data *chaindata.Paths) {
|
||||
}
|
||||
header := rawdb.ReadHeader(edb, hash, *height)
|
||||
if header == nil {
|
||||
t.Fatalf("unable to read canonical header at height %d", height)
|
||||
t.Fatalf("unable to read canonical header at height %d", *height)
|
||||
}
|
||||
sdb := state.NewDatabase(edb)
|
||||
tree, err := sdb.OpenTrie(header.Root)
|
||||
|
||||
Reference in New Issue
Block a user