From 1dc648508c9b62d585172ca6576b7f5c2070bf08 Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Wed, 21 Jul 2021 21:32:35 +0300 Subject: [PATCH] Fix a small typo in comments --- src/blockchain/utils.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,