mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-24 12:13:28 +00:00
6d83f52763
The REGISTER_JSON template at line 3311 was getting storagePerms instead of tokenName for the tokenId field, causing 'Missing required fields' errors during auto-registration. Added tokenName parameter before storagePerms to shift all subsequent parameters. Fixes #<issue-number>