Skip to content

Commit

Permalink
activation height
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonheaven committed Nov 17, 2020
1 parent 41ace06 commit c5caf4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/sync.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ OuterSyncLoop:

// One time operation, Inserts negative balance for the burn address that used during the attack
// We need to do this before main logic because sqlite db will be locked
if d.Sync.Synced+1 == V20DevRewardsHeightActivation {
if d.Sync.Synced+1 == V202EnhanceActivation {
d.NullifyBurnAddress(ctx, tx, d.Sync.Synced+1)
}

Expand Down

0 comments on commit c5caf4e

Please sign in to comment.