diff --git a/mining/mining.go b/mining/mining.go index efc0ae235a..7905dade76 100644 --- a/mining/mining.go +++ b/mining/mining.go @@ -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