mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 02:42:27 +00:00
cmd: Fix typo in comment
Signed-off-by: yudrywet <yudeyao@yeah.net>
This commit is contained in:
parent
bd91810462
commit
1c78dee603
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ func TestHistoryImportAndExport(t *testing.T) {
|
||||||
t.Fatalf("unable to initialize chain: %v", err)
|
t.Fatalf("unable to initialize chain: %v", err)
|
||||||
}
|
}
|
||||||
if _, err := chain.InsertChain(blocks); err != nil {
|
if _, err := chain.InsertChain(blocks); err != nil {
|
||||||
t.Fatalf("error insterting chain: %v", err)
|
t.Fatalf("error inserting chain: %v", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Make temp directory for era files.
|
// Make temp directory for era files.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue