You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 6, 2020. It is now read-only.
I want to invoke transfer method which is as following.
method invoke is not succeeded because it stops at line 5
if (!Runtime.CheckWitness(from)) return false;
, which always returns false.How can I make
CheckWitness
return true?Thanks for help in advance.
The text was updated successfully, but these errors were encountered: