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

Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
remotes/fyrchik/meta-pebble
Pavel Karpy 2021-08-25 13:51:15 +03:00 committed by Pavel Karpy
parent 722b844aa2
commit 1fedd8f860
1 changed files with 1 additions and 1 deletions

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.