WalletConnect / kotlin-walletconnect-lib

library to use WalletConnect with Kotlin or Java
MIT License
156 stars 100 forks source link

Sign method does work #49

Open mobilekosmos opened 3 years ago

mobilekosmos commented 3 years ago

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.

zbot473 commented 2 years ago

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

Crysis21 commented 2 years ago

@zbot473 have you solved this?

zbot473 commented 2 years ago

@Crysis21 nope :/