Skip to content

Commit 5ec4bf7

Browse files
committed
fix build
1 parent 9d7dc3d commit 5ec4bf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jormungandr/jormungandr-lib/src/interfaces/block0_configuration/initial_config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ pub struct BlockchainConfiguration {
4343
/// depending of `block0_consensus` value:
4444
///
4545
/// * `bft`: will be the list of BFT leaders, they will write blocks
46-
/// in a round robin fashion, filling every blocks deterministically.
46+
/// in a round robin fashion, filling every blocks deterministically.
4747
/// * `genesis`: will be the list of leaders that will take over creating
4848
/// blocks from the stake pool. Useful for during transition from BFT
4949
/// to genesis.

0 commit comments

Comments
 (0)