Pass `PaymentParameters` in `get_route_and_payment_hash`
[rust-lightning] / 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> {