Errors/Chain errors

PalletHotkeyNotRegistered

Register the hotkey on this subnet first with `btcli subnets register`

View as Markdown

Root tried to enable the pallet via set_pallet_status before its hotkey was registered to the pallet's intermediary account. Check that the PalletHotkey constant is registered for the pallet account, which genesis or the on_runtime_upgrade migration performs.

Declared by the LimitOrders pallet; it classifies to the semantic code not_registered.

Remediation

Register the hotkey on this subnet first with btcli subnets register

The same explanation is available in the terminal: btcli explain PalletHotkeyNotRegistered.