mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-09 14:48:08 -05:00
WIP debugging failing verified lead contract
This commit is contained in:
@@ -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));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user