mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-28 04:01:40 +00:00
linting: add to Makefile & do some fixes
This commit is contained in:
@ -22,6 +22,7 @@ For larger datasets, use IAVLTree.
|
||||
|
||||
*/
|
||||
|
||||
// nolint: goimports
|
||||
package merkle
|
||||
|
||||
import (
|
||||
@ -31,8 +32,8 @@ import (
|
||||
|
||||
"golang.org/x/crypto/ripemd160"
|
||||
|
||||
. "github.com/tendermint/tmlibs/common"
|
||||
"github.com/tendermint/go-wire"
|
||||
. "github.com/tendermint/tmlibs/common"
|
||||
)
|
||||
|
||||
func SimpleHashFromTwoHashes(left []byte, right []byte) []byte {
|
||||
|
Reference in New Issue
Block a user