remove useless comment

This commit is contained in:
Alex 2021-04-06 23:38:16 +02:00
parent f2e1fca658
commit 16300bbd89
No known key found for this signature in database
GPG key ID: EDABF9711E244EB1

View file

@ -144,7 +144,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,