mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-17 15:11:21 +00:00
RegisteredSNativeContracts
This commit is contained in:
@ -11,6 +11,11 @@ import (
|
||||
var nativeContracts = make(map[Word256]NativeContract)
|
||||
|
||||
func init() {
|
||||
registerNativeContracts()
|
||||
registerSNativeContracts()
|
||||
}
|
||||
|
||||
func registerNativeContracts() {
|
||||
nativeContracts[Int64ToWord256(1)] = ecrecoverFunc
|
||||
nativeContracts[Int64ToWord256(2)] = sha256Func
|
||||
nativeContracts[Int64ToWord256(3)] = ripemd160Func
|
||||
|
Reference in New Issue
Block a user