Skip to content

Commit

Permalink
fix: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
0xKheops committed Dec 16, 2024
1 parent 275a4f6 commit fb65c6a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ type OldDbTokenRates = {
rates: Record<TokenRateCurrency, number>
}

// For DB version 10, Wallet version 2.2.0
// For DB version 10, Wallet version 2.3.0
export const upgradeTokenRatesToObjects = async (tx: DbTransaction) => {
try {
const oldTokenRates = await tx.table<OldDbTokenRates>("tokenRates").toArray()
Expand Down

0 comments on commit fb65c6a

Please sign in to comment.