issues
search
iotaledger
/
inx-tendercoo
INX-Tendercoo enables a committee of validators to operate as a distributed Coordinator using Tendermint Core BFT consensus.
Apache License 2.0
1
stars
0
forks
source link
Fix: Improve ComputeWhiteFlag
#37
Closed
Wollac
closed
1 year ago
Wollac
commented
2 years ago
if
index
is in the past, there is no need to recompute the Merkle roots and we can use the values from the past milestone
fix potential race condition where the Hornet nodes updates the confirmed milestone between check and
ComputeWhiteFlag()
index
is in the past, there is no need to recompute the Merkle roots and we can use the values from the past milestoneComputeWhiteFlag()