diff --git a/src/blockchain/utils.rs b/src/blockchain/utils.rs index 25778cac..7385b1db 100644 --- a/src/blockchain/utils.rs +++ b/src/blockchain/utils.rs @@ -369,7 +369,7 @@ fn save_transaction_details_and_utxos( } /// 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( db: &mut D, tx_raw_in_db: &HashMap,