poanetwork / posdao-contracts

Smart contracts for POSDAO (Proof of Stake Decentralized Autonomous Organization consensus), a DPOS consensus implemented in Solidity and running within EVM with swappable BFT consensus
Other
105 stars 49 forks source link

Add a getter `needsFinalizeChange() -> bool` #29

Closed DemiMarie closed 5 years ago

DemiMarie commented 5 years ago

This will be used by Parity to determine whether finalizeChange needs to be called.

DemiMarie commented 5 years ago

This is obsolete.