diff --git a/pkg/morph/client/container/put.go b/pkg/morph/client/container/put.go index 5b53c762a..5852dbb07 100644 --- a/pkg/morph/client/container/put.go +++ b/pkg/morph/client/container/put.go @@ -14,8 +14,6 @@ type PutArgs struct { publicKey []byte // public key of container owner token []byte // binary session token - - bindKey bool // bind key to account or not } // SetPublicKey sets the public key of container owner @@ -52,7 +50,6 @@ func (c *Client) Put(args PutArgs) error { args.sig, args.publicKey, args.token, - args.bindKey, ) if err != nil {