diff --git a/pkg/morph/event/container/eacl.go b/pkg/morph/event/container/eacl.go index 97d31f535..c06c0552d 100644 --- a/pkg/morph/event/container/eacl.go +++ b/pkg/morph/event/container/eacl.go @@ -39,7 +39,7 @@ func (x SetEACL) PublicKey() []byte { return x.publicKey } -// Session token returns binary token of the session +// SessionToken returns binary token of the session // within which the eACL was set. func (x SetEACL) SessionToken() []byte { return x.token diff --git a/pkg/morph/event/container/put.go b/pkg/morph/event/container/put.go index eb2f688ce..da10caca0 100644 --- a/pkg/morph/event/container/put.go +++ b/pkg/morph/event/container/put.go @@ -30,7 +30,7 @@ func (p Put) Signature() []byte { return p.signature } // PublicKey of container owner. func (p Put) PublicKey() []byte { return p.publicKey } -// Session token returns binary token of the session +// SessionToken returns binary token of the session // within which the container was created. func (p Put) SessionToken() []byte { return p.token