Fix a small typo in comments
This commit is contained in:
parent
474620e6a5
commit
1dc648508c
@ -369,7 +369,7 @@ fn save_transaction_details_and_utxos<D: BatchDatabase>(
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// returns utxo dependency as the inputs needed for the utxo to exist
|
/// returns utxo dependency as the inputs needed for the utxo to exist
|
||||||
/// `tx_raw_in_db` must contains utxo's generating txs or errors witt [crate::Error::TransactionNotFound]
|
/// `tx_raw_in_db` must contains utxo's generating txs or errors with [crate::Error::TransactionNotFound]
|
||||||
fn utxos_deps<D: BatchDatabase>(
|
fn utxos_deps<D: BatchDatabase>(
|
||||||
db: &mut D,
|
db: &mut D,
|
||||||
tx_raw_in_db: &HashMap<Txid, Transaction>,
|
tx_raw_in_db: &HashMap<Txid, Transaction>,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user