Before the recent changes to the Deposit contract there was a public variable totalStake that was moved inside the Committee struct and is not accessible anymore. A getter function shall be implemented again and return the totalStake of the current committee().
Before the recent changes to the
Deposit
contract there was a public variabletotalStake
that was moved inside theCommittee
struct and is not accessible anymore. A getter function shall be implemented again and return thetotalStake
of the currentcommittee()
.