[#770] morph/event/container: Sync comment and method name

Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
Pavel Karpy 2021-08-25 13:51:15 +03:00 committed by Pavel Karpy
parent 722b844aa2
commit 1fedd8f860

View file

@ -18,7 +18,7 @@ type Delete struct {
// MorphEvent implements Neo:Morph Event interface.
func (Delete) MorphEvent() {}
// Container is a marshalled container structure, defined in API.
// ContainerID is a marshalled container structure, defined in API.
func (d Delete) ContainerID() []byte { return d.containerID }
// Signature of marshalled container by container owner.