mirror of
https://github.com/QuilibriumNetwork/ceremonyclient.git
synced 2026-02-21 10:27:26 +08:00
move window
This commit is contained in:
parent
fe5ed13588
commit
b36bab321f
@ -234,7 +234,7 @@ func (e *DataClockConsensusEngine) handleMint(
|
||||
t.Proofs[0],
|
||||
[]byte("pre-dusk"),
|
||||
) && (!bytes.Equal(t.Proofs[1], make([]byte, 32)) ||
|
||||
head.FrameNumber < 60480) && e.GetFrameProverTries()[0].Contains(
|
||||
head.FrameNumber < 67000) && e.GetFrameProverTries()[0].Contains(
|
||||
e.provingKeyAddress,
|
||||
) {
|
||||
prevInput := []byte{}
|
||||
|
||||
@ -115,7 +115,7 @@ func (a *TokenApplication) handleMint(
|
||||
},
|
||||
}
|
||||
return outputs, nil
|
||||
} else if len(t.Proofs) != 3 && currentFrameNumber > 60480 {
|
||||
} else if len(t.Proofs) != 3 && currentFrameNumber > 77000 {
|
||||
if _, touched := lockMap[string(t.Signature.PublicKey.KeyValue)]; touched {
|
||||
return nil, errors.Wrap(ErrInvalidStateTransition, "handle mint")
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user