[#525] ir/container: Remove no longer needed FIXME

In latest design of `Container` contract key binding is removed.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
remotes/KirillovDenis/release/v0.21.1
Leonard Lyubich 2021-05-27 11:48:23 +03:00 committed by Leonard Lyubich
parent fb4e328171
commit 5a3a27ba9f
1 changed files with 0 additions and 1 deletions

View File

@ -65,7 +65,6 @@ func (cp *Processor) checkPutContainer(e *containerEvent.Put) error {
}
func (cp *Processor) approvePutContainer(e *containerEvent.Put) {
// FIXME: here we should bind key to owner if needed
err := cp.cnrClient.Put(e.Container(), e.PublicKey(), e.Signature(), e.SessionToken())
if err != nil {
cp.log.Error("could not approve put container",