remove useless comment
This commit is contained in:
parent
f2e1fca658
commit
16300bbd89
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user