You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.
error[E0061]: this function takes 4 parameters but 3 parameters were supplied
--> ethcore/src/engines/authority_round.rs:193:3
|
193 | Schedule::new_post_eip150(true, true, true)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: the following parameter types were expected:
= note: usize, bool, bool, bool
error: aborting due to previous error
error: Could not compile `ethcore`.
It looks like this commit ethcore/parity@528bf17 changed Schedule::new_post_eip150() to take 4 instead of 3 parameters.
This is not updated in ethcore/src/engines/authority_round.rs https://github.com/ethcore/parity/blob/1daba384cc57676a620b6545b7707a3b38cb0f73/ethcore/src/engines/authority_round.rs#L193
and causes compilation to fail.
Looks like it shows up in CI as well, but this must have been failing for the past 5 days?
https://travis-ci.org/ethcore/parity/jobs/176263619#L2875
The text was updated successfully, but these errors were encountered: