mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 19:09:54 +00:00
fix(stages): add commit threshold to merkle stage v2 (#1656)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
This commit is contained in:
@ -34,6 +34,7 @@ mod withdrawal;
|
||||
|
||||
/// Helper function for calculating Merkle proofs and hashes
|
||||
pub mod proofs;
|
||||
pub use proofs::ProofCheckpoint;
|
||||
|
||||
pub use account::{Account, Bytecode};
|
||||
pub use bits::H512;
|
||||
|
||||
Reference in New Issue
Block a user