Skip to content

Commit 7d881dd

Browse files
author
dragonheaven
committed
activation height
1 parent 9a12d74 commit 7d881dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

node/sync.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ func (d *Pegnetd) NullifyBurnAddress(ctx context.Context, tx *sql.Tx, height uin
276276
}).Info("zeroing burn | balances retrieval failed")
277277
}
278278

279-
i := 0 // value to keep witin 0-9 range for mock tx
279+
i := 0 // value to keep witin 0-9 range for mock tx
280280
j := 0 // value for uniqueness
281281
if height >= V202EnhanceActivation {
282282
j = 50

0 commit comments

Comments
 (0)