]> Untitled Git - bdk/commitdiff
Fix a small typo in comments
authorRoman Zeyde <me@romanzey.de>
Wed, 21 Jul 2021 18:32:35 +0000 (21:32 +0300)
committerRoman Zeyde <me@romanzey.de>
Wed, 21 Jul 2021 18:32:35 +0000 (21:32 +0300)
src/blockchain/utils.rs

index 25778cace014d13531da8b0eb2e49b1c77836331..7385b1db8d623259bd8dc6bd3bfb1b70980b30b8 100644 (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
-/// `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>(
     db: &mut D,
     tx_raw_in_db: &HashMap<Txid, Transaction>,