Browse Source

merkle: go-common -> tmlibs

pull/1842/head
Ethan Buchman 8 years ago
parent
commit
56d36c8f25
2 changed files with 3 additions and 3 deletions
  1. +1
    -1
      merkle/simple_tree.go
  2. +2
    -2
      merkle/simple_tree_test.go

+ 1
- 1
merkle/simple_tree.go View File

@ -31,7 +31,7 @@ import (
"golang.org/x/crypto/ripemd160"
. "github.com/tendermint/go-common"
. "github.com/tendermint/tmlibs/common"
"github.com/tendermint/go-wire"
)


+ 2
- 2
merkle/simple_tree_test.go View File

@ -3,8 +3,8 @@ package merkle
import (
"bytes"
. "github.com/tendermint/go-common"
. "github.com/tendermint/go-common/test"
. "github.com/tendermint/tmlibs/common"
. "github.com/tendermint/tmlibs/test"
"testing"
)


Loading…
Cancel
Save