remove useless comment

This commit is contained in:
Alex 2021-04-06 23:38:16 +02:00
parent 7380f3855c
commit 93a9f96130
No known key found for this signature in database
GPG Key ID: EDABF9711E244EB1
1 changed files with 0 additions and 1 deletions

View File

@ -128,7 +128,6 @@ impl<M: RpcMessage + 'static> RpcClient<M> {
{
Err(rpc_error) => {
node_status.num_failures.fetch_add(1, Ordering::SeqCst);
// TODO: Save failure info somewhere
Err(Error::from(rpc_error))
}
Ok(x) => x,