We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cargo doc
1 parent 7ac4c3b commit 6fb6994Copy full SHA for 6fb6994
lightning-block-sync/src/convert.rs
@@ -182,7 +182,7 @@ impl TryInto<Txid> for JsonResponse {
182
}
183
184
/// 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
+/// (e.g. createrawtransaction). See <https://github.com/rust-bitcoin/rust-bitcoincore-rpc/issues/197>
186
impl TryInto<Transaction> for JsonResponse {
187
type Error = std::io::Error;
188
fn try_into(self) -> std::io::Result<Transaction> {
0 commit comments