go fmt
This commit is contained in:
parent
67805fd25a
commit
eacf3f1830
@ -252,7 +252,6 @@ func (e *EVM) InvokeContractByFuncNameExpectExit(ctx context.Context, fromAddr a
|
|||||||
require.Equal(e.t, exit, wait.Receipt.ExitCode)
|
require.Equal(e.t, exit, wait.Receipt.ExitCode)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// function signatures are the first 4 bytes of the hash of the function name and types
|
// function signatures are the first 4 bytes of the hash of the function name and types
|
||||||
func CalcFuncSignature(funcName string) []byte {
|
func CalcFuncSignature(funcName string) []byte {
|
||||||
hasher := sha3.NewLegacyKeccak256()
|
hasher := sha3.NewLegacyKeccak256()
|
||||||
|
Loading…
Reference in New Issue
Block a user