neoneo-go/cli/testdata/verify.go
Evgenii Stratonikov 40a24bad64 cli: add tests for wallet import-deployed
Fix bugs with import, allow to sign tx with contract.
2020-09-18 12:07:02 +03:00

5 lines
54 B
Go

package testdata
func Verify() bool {
return true
}