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
fix merge conflicts
v0.31
Anton Kaliaev
5 years ago
committed by
Jack Zampolin
parent
87374c9c60
commit
8804495491
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
crypto/merkle/simple_proof.go
+ 1
- 1
crypto/merkle/simple_proof.go
View File
@ -2,10 +2,10 @@ package merkle
import
(
"bytes"
"errors"
"fmt"
"github.com/pkg/errors"
"github.com/tendermint/tendermint/crypto/tmhash"
cmn
"github.com/tendermint/tendermint/libs/common"
)
Write
Preview
Loading…
Cancel
Save