Update Fork struct to v0.5.0

This commit is contained in:
Paul Hauner
2019-03-15 13:33:07 +11:00
parent ef86948259
commit f9964ebd8b
4 changed files with 79 additions and 11 deletions

View File

@@ -81,8 +81,8 @@ impl DutiesReader for EpochDutiesMap {
//
// It will almost certainly cause signatures to fail verification.
Ok(Fork {
previous_version: 0,
current_version: 0,
previous_version: [0; 4],
current_version: [0; 4],
epoch: Epoch::new(0),
})
}