Skip to content

Commit

Permalink
fix: enhance code comments (#2074)
Browse files Browse the repository at this point in the history
* fix: enhance code comments
  • Loading branch information
threewebcode authored Dec 19, 2023
1 parent 4c2ce6d commit b2f340d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mining/mining.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b2f340d

Please sign in to comment.