fix: enhance code comments (#2074)

* fix: enhance code comments
This commit is contained in:
Afanti 2023-12-19 23:40:37 +08:00 committed by GitHub
parent 4c2ce6daed
commit b2f340d9d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -520,7 +520,7 @@ mempoolLoop:
continue
}
// Fetch all of the utxos referenced by the this transaction.
// Fetch all of the utxos referenced by this transaction.
// NOTE: This intentionally does not fetch inputs from the
// mempool since a transaction which depends on other
// transactions in the mempool must come after those