X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning-block-sync%2Fsrc%2Fconvert.rs;h=8023c83751920647caecb9ecb67288cc0cfc6506;hb=b28bcfe3d933a261b115415d6bc7865dc5c98df7;hp=358076f4c25a883f5e571b421f9d3ff1ebe20f27;hpb=2352587811afd37034ff23aba4de98d5efa4e220;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 {