Skip to content

Commit 631138f

Browse files
committed
fix: the number of stacker signer slots is 13 for Nakamoto
1 parent a88ee2b commit 631138f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stacks-common/src/libcommon.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,5 @@ pub mod consts {
6363

6464
/// The number of StackerDB slots each signing key needs
6565
/// to use to participate in DKG and block validation signing.
66-
pub const SIGNER_SLOTS_PER_USER: u32 = 14;
66+
pub const SIGNER_SLOTS_PER_USER: u32 = 13;
6767
}

0 commit comments

Comments
 (0)