diff --git a/chaindata/_data/small2/000003.ldb b/chaindata/_data/small2/000003.ldb new file mode 100644 index 0000000..82d442f Binary files /dev/null and b/chaindata/_data/small2/000003.ldb differ diff --git a/chaindata/_data/small2/000003.log b/chaindata/_data/small2/000003.log deleted file mode 100644 index e115996..0000000 Binary files a/chaindata/_data/small2/000003.log and /dev/null differ diff --git a/chaindata/chaindata_test.go b/chaindata/chaindata_test.go index 78cf0e4..6a76af7 100644 --- a/chaindata/chaindata_test.go +++ b/chaindata/chaindata_test.go @@ -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)