aboutsummaryrefslogtreecommitdiffstats
path: root/eth/handler_test.go
diff options
context:
space:
mode:
authorLeif Jurvetson <leijurv@gmail.com>2016-03-16 02:27:49 +0800
committerLeif Jurvetson <leijurv@gmail.com>2016-03-16 02:27:49 +0800
commitbbbe2360d02a5c8191e98cd6c3cbefe20db2b9db (patch)
tree93afcd1ed8c3661a9ff736ff32c410bfeece39db /eth/handler_test.go
parente189fb839c688b418b43ad6533111c246c109a93 (diff)
downloaddexon-bbbe2360d02a5c8191e98cd6c3cbefe20db2b9db.tar
dexon-bbbe2360d02a5c8191e98cd6c3cbefe20db2b9db.tar.gz
dexon-bbbe2360d02a5c8191e98cd6c3cbefe20db2b9db.tar.bz2
dexon-bbbe2360d02a5c8191e98cd6c3cbefe20db2b9db.tar.lz
dexon-bbbe2360d02a5c8191e98cd6c3cbefe20db2b9db.tar.xz
dexon-bbbe2360d02a5c8191e98cd6c3cbefe20db2b9db.tar.zst
dexon-bbbe2360d02a5c8191e98cd6c3cbefe20db2b9db.zip
eth: various typos
Diffstat (limited to 'eth/handler_test.go')
-rw-r--r--eth/handler_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/eth/handler_test.go b/eth/handler_test.go
index e5974c23c..8a0dd21b7 100644
--- a/eth/handler_test.go
+++ b/eth/handler_test.go
@@ -427,7 +427,7 @@ func testGetNodeData(t *testing.T, protocol int) {
acc1Addr := crypto.PubkeyToAddress(acc1Key.PublicKey)
acc2Addr := crypto.PubkeyToAddress(acc2Key.PublicKey)
- // Create a chain generator with some simple transactions (blatantly stolen from @fjl/chain_makerts_test)
+ // Create a chain generator with some simple transactions (blatantly stolen from @fjl/chain_markets_test)
generator := func(i int, block *core.BlockGen) {
switch i {
case 0:
@@ -518,7 +518,7 @@ func testGetReceipt(t *testing.T, protocol int) {
acc1Addr := crypto.PubkeyToAddress(acc1Key.PublicKey)
acc2Addr := crypto.PubkeyToAddress(acc2Key.PublicKey)
- // Create a chain generator with some simple transactions (blatantly stolen from @fjl/chain_makerts_test)
+ // Create a chain generator with some simple transactions (blatantly stolen from @fjl/chain_markets_test)
generator := func(i int, block *core.BlockGen) {
switch i {
case 0: