importing tendermint/config/tendermint_test applies the test config

This commit is contained in:
Jae Kwon
2015-05-17 16:19:58 -07:00
parent 161aa8c5e9
commit 489bf767cb
12 changed files with 17 additions and 24 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ package state
import (
"github.com/tendermint/tendermint/account"
_ "github.com/tendermint/tendermint/test"
_ "github.com/tendermint/tendermint/config/tendermint_test"
"github.com/tendermint/tendermint/types"
"bytes"