stacks-network / stacks-core

The Stacks blockchain implementation
https://docs.stacks.co
GNU General Public License v3.0
3k stars 658 forks source link

Fix: signer slots count in staging #4891

Closed kantai closed 1 week ago

kantai commented 1 week ago

This fixes in the release branch the slot count for the .signers contract. It also adds a unit test that asserts the value is unchanging.

Will also open a PR against develop for this.