|
|
@ -1,6 +1,7 @@ |
|
|
|
package blockchain |
|
|
|
|
|
|
|
import ( |
|
|
|
"net" |
|
|
|
"testing" |
|
|
|
|
|
|
|
cmn "github.com/tendermint/tmlibs/common" |
|
|
@ -204,3 +205,4 @@ func (tp *bcrTestPeer) IsOutbound() bool { return false } |
|
|
|
func (tp *bcrTestPeer) IsPersistent() bool { return true } |
|
|
|
func (tp *bcrTestPeer) Get(s string) interface{} { return s } |
|
|
|
func (tp *bcrTestPeer) Set(string, interface{}) {} |
|
|
|
func (tp *bcrTestPeer) RemoteIP() net.IP { return []byte{127, 0, 0, 1} } |