diff --git a/example/golang/dummy.go b/example/golang/dummy.go index e6f60ad73..13c2c5828 100644 --- a/example/golang/dummy.go +++ b/example/golang/dummy.go @@ -3,7 +3,6 @@ package example import ( . "github.com/tendermint/go-common" "github.com/tendermint/go-merkle" - "github.com/tendermint/go-wire" "github.com/tendermint/tmsp/types" ) @@ -13,8 +12,6 @@ type DummyApplication struct { func NewDummyApplication() *DummyApplication { state := merkle.NewIAVLTree( - wire.BasicCodec, - wire.BasicCodec, 0, nil, )