Browse Source

fix merge conflicts

v0.31
Anton Kaliaev 5 years ago
committed by Jack Zampolin
parent
commit
8804495491
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      crypto/merkle/simple_proof.go

+ 1
- 1
crypto/merkle/simple_proof.go View File

@ -2,10 +2,10 @@ package merkle
import ( import (
"bytes" "bytes"
"errors"
"fmt" "fmt"
"github.com/pkg/errors" "github.com/pkg/errors"
"github.com/tendermint/tendermint/crypto/tmhash" "github.com/tendermint/tendermint/crypto/tmhash"
cmn "github.com/tendermint/tendermint/libs/common" cmn "github.com/tendermint/tendermint/libs/common"
) )


Loading…
Cancel
Save