Skip to content

Commit

Permalink
ir/container: drop useless parameter vars
Browse files Browse the repository at this point in the history
Signed-off-by: Pavel Karpy <[email protected]>
  • Loading branch information
carpawell committed Dec 12, 2024
1 parent 1b49f99 commit f251a38
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions pkg/innerring/processors/container/process_container.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,15 +97,6 @@ func (cp *Processor) approvePutContainer(ctx *putContainerContext) {

var err error

prm := cntClient.PutPrm{}

prm.SetContainer(e.Container())
prm.SetKey(e.PublicKey())
prm.SetSignature(e.Signature())
prm.SetToken(e.SessionToken())
prm.SetName(ctx.d.Name())
prm.SetZone(ctx.d.Zone())

nr := e.NotaryRequest()
err = cp.cnrClient.Morph().NotarySignAndInvokeTX(nr.MainTransaction)

Expand Down

0 comments on commit f251a38

Please sign in to comment.