forked from TrueCloudLab/frostfs-node
[#801] linter: Fix errcheck warning
Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
parent
425c02b0ec
commit
d0160b23e5
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ func awaitNotaryDepositInClient(ctx context.Context, cli *client.Client, txHash
|
|||
return errDepositFail
|
||||
}
|
||||
|
||||
cli.Wait(ctx, 1)
|
||||
_ = cli.Wait(ctx, 1)
|
||||
}
|
||||
|
||||
return errDepositTimeout
|
||||
|
|
Loading…
Reference in a new issue