mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-01-12 16:53:21 +08:00
fix: the number of stacker signer slots is 13 for Nakamoto
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user