Kaynağa Gözat

consensus/constants: increades LEADER_PROOF_K to 13

aggstam 3 yıl önce
ebeveyn
işleme
e2d7d0d321
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      src/consensus/constants.rs

+ 1 - 1
src/consensus/constants.rs

@@ -53,7 +53,7 @@ pub const SLOT_TIME: u64 = 20;
 pub const REWARD: u64 = 420;
 pub const REWARD: u64 = 420;
 
 
 /// Leader proofs k for zk proof rows (rows=2^k)
 /// Leader proofs k for zk proof rows (rows=2^k)
-pub const LEADER_PROOF_K: u32 = 11;
+pub const LEADER_PROOF_K: u32 = 13;
 
 
 // TODO: Describe these constants
 // TODO: Describe these constants
 pub const RADIX_BITS: usize = 76;
 pub const RADIX_BITS: usize = 76;