[#1738] neofs-adm: Clean tx hash list after awaiting

Do not query application log for the same transaction more than once.

Signed-off-by: Evgenii Stratonikov <evgeniy@morphbits.ru>
This commit is contained in:
Evgenii Stratonikov 2022-08-30 12:25:40 +03:00 committed by fyrchik
parent ae52d53609
commit df88afeef3

View file

@ -359,6 +359,7 @@ loop:
}
}
c.Hashes = c.Hashes[:0]
return retErr
}