fix: the number of stacker signer slots is 13 for Nakamoto

This commit is contained in:
Jude Nelson
2024-06-03 18:06:44 -04:00
parent a88ee2bcf5
commit 631138fca3

View File

@@ -63,5 +63,5 @@ pub mod consts {
/// The number of StackerDB slots each signing key needs
/// to use to participate in DKG and block validation signing.
pub const SIGNER_SLOTS_PER_USER: u32 = 14;
pub const SIGNER_SLOTS_PER_USER: u32 = 13;
}