This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
tendermint
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
221
Wiki
Activity
Browse Source
merkle: go-common -> tmlibs
pull/1842/head
Ethan Buchman
8 years ago
parent
fd296811df
commit
56d36c8f25
2 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
merkle/simple_tree.go
+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"
)
Write
Preview
Loading…
Cancel
Save