mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-04-22 02:07:55 +00:00
3854a8a10a
messaging.inbox and messaging.sendCount are StorageDoubleMaps keyed by (era, address). Passing [era, address] as a single array produced empty results; split into two arguments so the API constructs the correct storage key.