Browse Source

Conform to go-merkle version 0.2.0

pull/1780/head
Jae Kwon 9 years ago
parent
commit
ca259ce82a
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      example/golang/dummy.go

+ 0
- 3
example/golang/dummy.go View File

@ -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,
)


Loading…
Cancel
Save