mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-22 22:34:45 +00:00
Add builder for benches
Also adds a "sane" case for block processing
This commit is contained in:
@@ -12,7 +12,7 @@ use ssz::{SignedRoot, TreeHash};
|
||||
///
|
||||
/// This struct should **never be used for production purposes.**
|
||||
pub struct TestingBeaconBlockBuilder {
|
||||
block: BeaconBlock,
|
||||
pub block: BeaconBlock,
|
||||
}
|
||||
|
||||
impl TestingBeaconBlockBuilder {
|
||||
|
||||
Reference in New Issue
Block a user