mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-07-26 00:25:42 +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.