aboutsummaryrefslogtreecommitdiffstats
path: root/eth/protocol_test.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-04-19 06:09:12 +0800
committerobscuren <geffobscura@gmail.com>2015-04-19 06:09:12 +0800
commit71aa5fe8a31bdf12a38e940730e60964bbf4a1c0 (patch)
tree7a71713a6447f6a76e8f982f2527e73085473451 /eth/protocol_test.go
parent84f1af6413b172c7c88d567e8b9033197196b5bd (diff)
parent164b878854b58aed833eb704579343099854735f (diff)
downloaddexon-71aa5fe8a31bdf12a38e940730e60964bbf4a1c0.tar
dexon-71aa5fe8a31bdf12a38e940730e60964bbf4a1c0.tar.gz
dexon-71aa5fe8a31bdf12a38e940730e60964bbf4a1c0.tar.bz2
dexon-71aa5fe8a31bdf12a38e940730e60964bbf4a1c0.tar.lz
dexon-71aa5fe8a31bdf12a38e940730e60964bbf4a1c0.tar.xz
dexon-71aa5fe8a31bdf12a38e940730e60964bbf4a1c0.tar.zst
dexon-71aa5fe8a31bdf12a38e940730e60964bbf4a1c0.zip
Merge branch 'downloader-proto' into develop
Diffstat (limited to 'eth/protocol_test.go')
-rw-r--r--eth/protocol_test.go18
1 files changed, 3 insertions, 15 deletions
diff --git a/eth/protocol_test.go b/eth/protocol_test.go
index 7c724f7a7..d44f66b89 100644
--- a/eth/protocol_test.go
+++ b/eth/protocol_test.go
@@ -1,20 +1,7 @@
package eth
-import (
- "log"
- "math/big"
- "os"
- "testing"
- "time"
-
- "github.com/ethereum/go-ethereum/common"
- "github.com/ethereum/go-ethereum/core/types"
- "github.com/ethereum/go-ethereum/crypto"
- "github.com/ethereum/go-ethereum/errs"
- ethlogger "github.com/ethereum/go-ethereum/logger"
- "github.com/ethereum/go-ethereum/p2p"
- "github.com/ethereum/go-ethereum/p2p/discover"
-)
+/*
+TODO All of these tests need to be re-written
var logsys = ethlogger.NewStdLogSystem(os.Stdout, log.LstdFlags, ethlogger.LogLevel(ethlogger.DebugDetailLevel))
@@ -398,3 +385,4 @@ func TestTransactionsMsg(t *testing.T) {
eth.checkError(ErrDecode, delay)
}
+*/