You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If anyone calls the Get() method on this storage item, it will invoke the DecodeEventRecord which does nothing (there are separate decoding functions for each event type). Most probably, it won't happen at runtime, however, at least we should log something or modify the method to ensure that the user is aware of this.
DecodeEventRecord
must take aDecodeEvent
from the specific module.https://github.com/LimeChain/gosemble/blob/develop/primitives/types/event.go#L46
The text was updated successfully, but these errors were encountered: