From ca259ce82ab7e0706a759000c267e8b8178170ec Mon Sep 17 00:00:00 2001 From: Jae Kwon Date: Sun, 17 Jan 2016 21:29:18 -0800 Subject: [PATCH] Conform to go-merkle version 0.2.0 --- example/golang/dummy.go | 3 --- 1 file changed, 3 deletions(-) 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, )