forked from TrueCloudLab/neoneo-go
86715511d0
Imported from CityOfZion/neo-storm (77d0e5949470b2648acd37c71116f4469197772b).
6 lines
145 B
Go
6 lines
145 B
Go
package runtime
|
|
|
|
// CheckWitness verifies if the given hash is the invoker of the contract.
|
|
func CheckWitness(hash []byte) bool {
|
|
return true
|
|
}
|