mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-11-27 03:58:06 +00:00
6 lines
54 B
Go
6 lines
54 B
Go
|
package testdata
|
||
|
|
||
|
func Verify() bool {
|
||
|
return true
|
||
|
}
|