Skip to content

Commit

Permalink
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -11,7 +11,8 @@ pub fn collect_reward() {
let (jormungandr, stake_pool_id) = startup::start_stake_pool(
&actor_account,
ConfigurationBuilder::new()
.with_slots_per_epoch(60)
.with_slots_per_epoch(20)
.with_consensus_genesis_praos_active_slot_coeff("0.999")
.with_slot_duration(1),
)
.unwrap();

0 comments on commit 5fc12a5

Please sign in to comment.