kotlin-walletconnect-lib icon indicating copy to clipboard operation
kotlin-walletconnect-lib copied to clipboard

Sign method does work

Open mobilekosmos opened this issue 3 years ago • 3 comments

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.

mobilekosmos avatar Oct 05 '21 03:10 mobilekosmos

For me, the signing requests get to the wallet and work but then the callback is never called.

zbot473 avatar Dec 10 '21 02:12 zbot473

@zbot473 have you solved this?

Crysis21 avatar Jan 25 '22 10:01 Crysis21

@Crysis21 nope :/

zbot473 avatar Jan 27 '22 15:01 zbot473