Fix a small typo in comments

This commit is contained in:
Roman Zeyde 2021-07-21 21:32:35 +03:00
parent 474620e6a5
commit 1dc648508c
No known key found for this signature in database
GPG Key ID: 87CAE5FA46917CBB

View File

@ -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>,