Skip to content

Commit

Permalink
More code review rework
Browse files Browse the repository at this point in the history
  • Loading branch information
bruce-riley committed Jan 17, 2025
1 parent 8c30686 commit 068574a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions node/pkg/db/governor.go
Original file line number Diff line number Diff line change
Expand Up @@ -287,8 +287,8 @@ const transfer = "GOV:XFER3:"
const transferLen = len(transfer)

// Since we are changing the DB format of pending entries, we will use a new tag in the pending key field.
// The first time we run this new release, any existing entries with the "GOV:PENDING2" tag will get converted
// to the new format and given the "GOV:PENDING3" format. In a future release, the "GOV:PENDING2" code can be deleted.
// The first time we run this new release, any existing entries with the old tag will get converted
// to the new format and the new tag. In a future release, code for the old format can be deleted.

const oldPending = "GOV:PENDING3:"
const oldPendingLen = len(oldPending)
Expand Down

0 comments on commit 068574a

Please sign in to comment.