mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-04-26 14:37:55 +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.