all: fix typos in comments (#21118)
This commit is contained in:
@ -1410,7 +1410,7 @@ func TestEIP161AccountRemoval(t *testing.T) {
|
||||
t.Error("account should not exist")
|
||||
}
|
||||
|
||||
// account musn't be created post eip 161
|
||||
// account mustn't be created post eip 161
|
||||
if _, err := blockchain.InsertChain(types.Blocks{blocks[2]}); err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
Reference in New Issue
Block a user