Skip to content

Commit 83f1e7b

Browse files
committed
fmt
1 parent 16677e7 commit 83f1e7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning-block-sync/src/convert.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ impl From<RpcClientError> for BlockSourceError {
7373
// RPC errors are transient
7474
// e.g. "block not found" should not stop polling
7575
RpcClientError::Rpc(_) => BlockSourceError::transient(e),
76-
// Malformed response data is persistent
76+
// Malformed response data is persistent
7777
RpcClientError::InvalidData(_) => BlockSourceError::persistent(e),
7878
}
7979
}

0 commit comments

Comments
 (0)