We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16677e7 commit 83f1e7bCopy full SHA for 83f1e7b
lightning-block-sync/src/convert.rs
@@ -73,7 +73,7 @@ impl From<RpcClientError> for BlockSourceError {
73
// RPC errors are transient
74
// e.g. "block not found" should not stop polling
75
RpcClientError::Rpc(_) => BlockSourceError::transient(e),
76
- // Malformed response data is persistent
+ // Malformed response data is persistent
77
RpcClientError::InvalidData(_) => BlockSourceError::persistent(e),
78
}
79
0 commit comments