MinaProtocol / mina

Mina is a cryptocurrency protocol with a constant size blockchain, improving scaling while maintaining decentralization and security.
https://minaprotocol.com
Apache License 2.0
1.99k stars 529 forks source link

the label in consensus subcircuit is wrong #8905

Closed woodstock-xkx closed 1 month ago

woodstock-xkx commented 3 years ago

https://github.com/MinaProtocol/mina/blob/d2a75095d3a93bcfcedfe31c3311ed68e28dbb33/src/lib/consensus/proof_of_stake.ml#L2313

It should be "larger" rather than "less".

woodstock-xkx commented 3 years ago

@deepthiskumar

mrmr1993 commented 1 month ago

Fixed in PR https://github.com/MinaProtocol/mina/pull/15997. Closing.