mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-04-22 13:37:59 +00:00
6c4960c32a
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.