mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-28 12:11:44 +00:00
Conform to go-merkle version 0.2.0
This commit is contained in:
@ -3,7 +3,6 @@ package example
|
|||||||
import (
|
import (
|
||||||
. "github.com/tendermint/go-common"
|
. "github.com/tendermint/go-common"
|
||||||
"github.com/tendermint/go-merkle"
|
"github.com/tendermint/go-merkle"
|
||||||
"github.com/tendermint/go-wire"
|
|
||||||
"github.com/tendermint/tmsp/types"
|
"github.com/tendermint/tmsp/types"
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -13,8 +12,6 @@ type DummyApplication struct {
|
|||||||
|
|
||||||
func NewDummyApplication() *DummyApplication {
|
func NewDummyApplication() *DummyApplication {
|
||||||
state := merkle.NewIAVLTree(
|
state := merkle.NewIAVLTree(
|
||||||
wire.BasicCodec,
|
|
||||||
wire.BasicCodec,
|
|
||||||
0,
|
0,
|
||||||
nil,
|
nil,
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user