Skip to content
Snippets Groups Projects
Unverified Commit 3537d54c authored by Benjamin Bollen's avatar Benjamin Bollen Committed by Silas Davis
Browse files

fix tests for move /rpc/tendermint in tests

parent e8507b75
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,7 @@ import (
"testing"
acm "github.com/eris-ltd/eris-db/account"
"github.com/eris-ltd/eris-db/server"
edb "github.com/eris-ltd/eris-db/core"
erismint "github.com/eris-ltd/eris-db/manager/eris-mint"
sm "github.com/eris-ltd/eris-db/manager/eris-mint/state"
......@@ -31,7 +32,7 @@ import (
// global variables for use across all tests
var (
config cfg.Config
config server.ServerConfig
node *nm.Node
mempoolCount = 0
chainID string
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment