mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-17 21:08:32 +00:00
Add BooleanBitfield struct
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
use super::ethereum_types::{ H256, H160 };
|
||||
use super::active_state::ActiveState;
|
||||
use super::crystallized_state::CrystallizedState;
|
||||
use super::boolean_bitfield::BooleanBitfield;
|
||||
|
||||
pub use super::blake2::Blake2s;
|
||||
|
||||
@@ -33,4 +34,4 @@ impl StateHash {
|
||||
}
|
||||
}
|
||||
|
||||
pub type Bitfield = Vec<u8>;
|
||||
pub type Bitfield = BooleanBitfield;
|
||||
|
||||
Reference in New Issue
Block a user