From: Roman Zeyde Date: Wed, 21 Jul 2021 18:32:35 +0000 (+0300) Subject: Fix a small typo in comments X-Git-Tag: 0.10.0~14 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/%22example_cli/enum.Commands.html/struct.CannotConnectError.html?a=commitdiff_plain;h=1dc648508c9b62d585172ca6576b7f5c2070bf08;p=bdk Fix a small typo in comments --- 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,