mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-11-27 13:58:05 +00:00
40a24bad64
Fix bugs with import, allow to sign tx with contract.
5 lines
54 B
Go
5 lines
54 B
Go
package testdata
|
|
|
|
func Verify() bool {
|
|
return true
|
|
}
|