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
The sign method, for which there is any code in the sample or test doesn't work:
data class SignMessage(val id: Long, val address: String, val message: String) : MethodCall(id)
The strange think is, it works when you pass the address as message and the message string as address, and I'm not kidding :D tested it 100 times and couldn't figure it out yet.
The text was updated successfully, but these errors were encountered:
The sign method, for which there is any code in the sample or test doesn't work:
data class SignMessage(val id: Long, val address: String, val message: String) : MethodCall(id)
The strange think is, it works when you pass the address as message and the message string as address, and I'm not kidding :D tested it 100 times and couldn't figure it out yet.
The text was updated successfully, but these errors were encountered: