We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94345ad commit 74307d7Copy full SHA for 74307d7
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