Skip to content

Commit

Permalink
Fix comment typo (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
felipe.fuerback authored Apr 10, 2024
1 parent 7f97141 commit d60a0ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chaincode/src/burns/fetchBurns.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export async function fetchKnownBurnCount(

// inverted timeKeys read most recent first; using unshift sorts a new array as oldest first.
// essentially, we rewind the tape and then play it forward.
// covering the following possible scensarios:
// covering the following possible scenarios:
// a) no results yet - empty array, start with zero below.
// b) no recent results. continue back toward the beginning of the ledger until we find at least one.
// c) recent results. Get all results within two past block spans to cover any missing timestamp gaps from concurrent recent transactions.
Expand Down
2 changes: 1 addition & 1 deletion chaincode/src/mint/fetchMintAllowanceSupply.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export async function fetchMintAllowanceSupply(

// inverted timeKeys read most recent first; using unshift sorts a new array as oldest first.
// essentially, we rewind the tape and then play it forward.
// covering the following possible scensarios:
// covering the following possible scenarios:
// a) no results yet - empty array, start with zero below.
// b) no recent results. continue back toward the beginning of the ledger until we find at least one.
// c) recent results. Get all results within two past block spans to cover any missing timestamp gaps from concurrent recent transactions.
Expand Down

0 comments on commit d60a0ec

Please sign in to comment.