WIP debugging failing verified lead contract

This commit is contained in:
mohab metwally
2022-11-03 18:24:38 +02:00
parent 9848a1e5f5
commit f27ee17282
8 changed files with 74 additions and 57 deletions

View File

@@ -172,9 +172,9 @@ async fn start(args: NetCli, ex: Arc<Executor<'_>>) -> Result<()> {
p2p.clone().start(ex.clone()).await?;
ex2.spawn(p2p.clone().run(ex.clone())).detach();
let slots = 3;
let epochs = 3;
let ticks = 10;
let slots = 10;
let epochs = 6;
let ticks = 30;
let reward = 1;
let epoch_consensus = EpochConsensus::new(Some(slots), Some(epochs), Some(ticks), Some(reward));