mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-03-30 15:08:33 +00:00
Fix the unknown new rules activation warning
This commit is contained in:
parent
47885ab870
commit
1e331153b4
@ -275,7 +275,7 @@ func (b *BlockChain) warnUnknownRuleActivations(node *blockNode) error {
|
||||
window := int32(checker.MinerConfirmationWindow())
|
||||
activationHeight := window - (node.height % window)
|
||||
log.Warnf("Unknown new rules are about to activate in "+
|
||||
"%d blocks (bit %d)", bit, activationHeight)
|
||||
"%d blocks (bit %d)", activationHeight, bit)
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user