separate mock evidence from real evidence (#2571)

Closes #2525
This commit is contained in:
Anton Kaliaev
2018-10-09 14:10:05 +02:00
committed by Alexander Simmerl
parent 989a2f32b1
commit 724e264ff5
7 changed files with 33 additions and 10 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
package types
import (
"github.com/tendermint/go-amino"
amino "github.com/tendermint/go-amino"
"github.com/tendermint/tendermint/types"
)