diff options
author | Sheldon <374662347@qq.com> | 2018-07-24 16:24:27 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2018-07-24 16:24:27 +0800 |
commit | 9e24491c65120d3fb36da45e57a0cb87c549f621 (patch) | |
tree | 9c2694aaf30202c4aef8774560b06e623ab9ca8a /light/lightchain_test.go | |
parent | b536460f8e4166e1a884fd30290b56a85289503f (diff) | |
download | dexon-9e24491c65120d3fb36da45e57a0cb87c549f621.tar.gz dexon-9e24491c65120d3fb36da45e57a0cb87c549f621.tar.zst dexon-9e24491c65120d3fb36da45e57a0cb87c549f621.zip |
core/bloombits, light: fix typos (#17235)
Diffstat (limited to 'light/lightchain_test.go')
-rw-r--r-- | light/lightchain_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/light/lightchain_test.go b/light/lightchain_test.go index c0aa51da2..5f0baaf4c 100644 --- a/light/lightchain_test.go +++ b/light/lightchain_test.go @@ -326,7 +326,7 @@ func TestBadHeaderHashes(t *testing.T) { func TestReorgBadHeaderHashes(t *testing.T) { bc := newTestLightChain() - // Create a chain, import and ban aferwards + // Create a chain, import and ban afterwards headers := makeHeaderChainWithDiff(bc.genesisBlock, []int{1, 2, 3, 4}, 10) if _, err := bc.InsertHeaderChain(headers, 1); err != nil { |