[#801] linter: Fix errcheck warning

Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
Pavel Karpy 2021-09-07 13:14:45 +03:00 committed by Pavel Karpy
parent 425c02b0ec
commit d0160b23e5

View file

@ -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