diff options
author | Jeffrey Wilcke <jeffrey@ethereum.org> | 2015-07-07 17:55:23 +0800 |
---|---|---|
committer | Jeffrey Wilcke <jeffrey@ethereum.org> | 2015-07-07 17:55:23 +0800 |
commit | 916d1554675974adb92af4046e1b04ad3b26dca3 (patch) | |
tree | 6ab24e55a8b4bd14b3a9c25917d440c03b875bfc /cmd/geth/blocktestcmd.go | |
parent | d764bd058457cd9eb91d205d1ac187d40c4866d6 (diff) | |
parent | c5cb6e8e70339b6641b7ce46cda04b83936213b3 (diff) | |
download | go-tangerine-916d1554675974adb92af4046e1b04ad3b26dca3.tar go-tangerine-916d1554675974adb92af4046e1b04ad3b26dca3.tar.gz go-tangerine-916d1554675974adb92af4046e1b04ad3b26dca3.tar.bz2 go-tangerine-916d1554675974adb92af4046e1b04ad3b26dca3.tar.lz go-tangerine-916d1554675974adb92af4046e1b04ad3b26dca3.tar.xz go-tangerine-916d1554675974adb92af4046e1b04ad3b26dca3.tar.zst go-tangerine-916d1554675974adb92af4046e1b04ad3b26dca3.zip |
Merge pull request #1429 from obscuren/rebase-registrar
Rebase registrar
Diffstat (limited to 'cmd/geth/blocktestcmd.go')
-rw-r--r-- | cmd/geth/blocktestcmd.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/geth/blocktestcmd.go b/cmd/geth/blocktestcmd.go index 116eec2b3..ffea4400e 100644 --- a/cmd/geth/blocktestcmd.go +++ b/cmd/geth/blocktestcmd.go @@ -86,7 +86,6 @@ func runBlockTest(ctx *cli.Context) { } func runOneBlockTest(ctx *cli.Context, test *tests.BlockTest) (*eth.Ethereum, error) { - // TODO remove in favor of logic contained in tests package cfg := utils.MakeEthConfig(ClientIdentifier, Version, ctx) cfg.NewDB = func(path string) (common.Database, error) { return ethdb.NewMemDatabase() } cfg.MaxPeers = 0 // disable network |