Skip to content

Commit 6fb6994

Browse files
committed
Fix cargo doc warning in lightning-block-sync
1 parent 7ac4c3b commit 6fb6994

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
@@ -182,7 +182,7 @@ impl TryInto<Txid> for JsonResponse {
182182
}
183183

184184
/// Converts a JSON value into a transaction. WATCH OUT! this cannot be used for zero-input transactions
185-
/// (e.g. createrawtransaction). See https://github.com/rust-bitcoin/rust-bitcoincore-rpc/issues/197
185+
/// (e.g. createrawtransaction). See <https://github.com/rust-bitcoin/rust-bitcoincore-rpc/issues/197>
186186
impl TryInto<Transaction> for JsonResponse {
187187
type Error = std::io::Error;
188188
fn try_into(self) -> std::io::Result<Transaction> {

0 commit comments

Comments
 (0)