mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-03-15 15:39:09 +01:00
Fix cargo doc
warning in lightning-block-sync
This commit is contained in:
parent
7ac4c3bba0
commit
6fb6994101
1 changed files with 1 additions and 1 deletions
|
@ -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> {
|
||||
|
|
Loading…
Add table
Reference in a new issue