Fix cargo doc warning in lightning-block-sync

This commit is contained in:
Jeffrey Czyz 2022-02-11 22:12:33 -06:00
parent 7ac4c3bba0
commit 6fb6994101
No known key found for this signature in database
GPG key ID: 3A4E08275D5E96D2

View 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> {