mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-25 18:51:39 +00:00
Refactor to move common libraries out of project
This commit is contained in:
@ -1,9 +1,10 @@
|
||||
|
||||
package vm
|
||||
|
||||
import (
|
||||
"crypto/sha256"
|
||||
"github.com/tendermint/tendermint/Godeps/_workspace/src/code.google.com/p/go.crypto/ripemd160"
|
||||
. "github.com/tendermint/tendermint/common"
|
||||
"code.google.com/p/go.crypto/ripemd160"
|
||||
. "github.com/tendermint/go-common"
|
||||
)
|
||||
|
||||
var registeredNativeContracts = make(map[Word256]NativeContract)
|
||||
|
Reference in New Issue
Block a user