Skip to content

Commit

Permalink
activation height
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonheaven committed Mar 10, 2021
1 parent 9a12d74 commit 7d881dd
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 @@ -276,7 +276,7 @@ func (d *Pegnetd) NullifyBurnAddress(ctx context.Context, tx *sql.Tx, height uin
}).Info("zeroing burn | balances retrieval failed")
}

i := 0 // value to keep witin 0-9 range for mock tx
i := 0 // value to keep witin 0-9 range for mock tx
j := 0 // value for uniqueness
if height >= V202EnhanceActivation {
j = 50
Expand Down

0 comments on commit 7d881dd

Please sign in to comment.