Fix `cargo doc` warning in lightning-block-sync
authorJeffrey Czyz <jkczyz@gmail.com>
Sat, 12 Feb 2022 04:12:33 +0000 (22:12 -0600)
committerJeffrey Czyz <jkczyz@gmail.com>
Fri, 18 Feb 2022 21:34:07 +0000 (15:34 -0600)
lightning-block-sync/src/convert.rs

index 358076f4c25a883f5e571b421f9d3ff1ebe20f27..8023c83751920647caecb9ecb67288cc0cfc6506 100644 (file)
@@ -182,7 +182,7 @@ impl TryInto<Txid> for JsonResponse {
 }
 
 /// Converts a JSON value into a transaction. WATCH OUT! this cannot be used for zero-input transactions
-/// (e.g. createrawtransaction). See https://github.com/rust-bitcoin/rust-bitcoincore-rpc/issues/197
+/// (e.g. createrawtransaction). See <https://github.com/rust-bitcoin/rust-bitcoincore-rpc/issues/197>
 impl TryInto<Transaction> for JsonResponse {
        type Error = std::io::Error;
        fn try_into(self) -> std::io::Result<Transaction> {