fake sig back, merge, and fixed up yml checkin issue

This commit is contained in:
Darren Langley
2019-05-16 23:06:41 +10:00
parent 7b937ce901
commit b9ab3b2523
5 changed files with 54 additions and 18 deletions

View File

@@ -23,6 +23,11 @@ impl TestingBeaconBlockBuilder {
}
}
/// Set the previous block root
pub fn set_previous_block_root(&mut self, root: Hash256) {
self.block.previous_block_root = root;
}
/// Set the slot of the block.
pub fn set_slot(&mut self, slot: Slot) {
self.block.slot = slot;