mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-06-10 16:01:08 +00:00
c85ae06fe1
The signRaw handler was wrapping the address in CAIP-10 format (polkadot:<chain>:<address>) before sending to the wallet. The wallet expects a plain SS58 address in polkadot_signMessage params, causing InvalidChecksumException crash when trying to decode the CAIP-10 string.