X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;ds=sidebyside;f=lightning-block-sync%2Fsrc%2Fconvert.rs;h=8023c83751920647caecb9ecb67288cc0cfc6506;hb=62edee568985e3362bd1609c6089d05428023925;hp=358076f4c25a883f5e571b421f9d3ff1ebe20f27;hpb=0273ac52db6df30b798b1815b093d9ef065c8c17;p=rust-lightning diff --git a/lightning-block-sync/src/convert.rs b/lightning-block-sync/src/convert.rs index 358076f4..8023c837 100644 --- a/lightning-block-sync/src/convert.rs +++ b/lightning-block-sync/src/convert.rs @@ -182,7 +182,7 @@ impl TryInto 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 impl TryInto for JsonResponse { type Error = std::io::Error; fn try_into(self) -> std::io::Result {