diff --git a/pkg/core/notification_event.go b/pkg/core/notification_event.go index 5b15e39cd..850642557 100644 --- a/pkg/core/notification_event.go +++ b/pkg/core/notification_event.go @@ -56,7 +56,7 @@ func getAppExecResultFromStore(s storage.Store, hash util.Uint256) (*AppExecResu } // EncodeBinary implements the Serializable interface. -func (ne *NotificationEvent) EncodeBinary(w *io.BinWriter) { +func (ne NotificationEvent) EncodeBinary(w *io.BinWriter) { w.WriteLE(ne.ScriptHash) vm.EncodeBinaryStackItem(ne.Item, w) }