We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 259bcbc commit 15fc99eCopy full SHA for 15fc99e
evm/src/wormhole/Governance.sol
@@ -8,7 +8,7 @@ contract Governance {
8
using BytesParsing for bytes;
9
10
// Only 2 Guardian signatures are required for quorum to call the pause function on governed contracts.
11
- uint PAUSER_QUORUM = 2;
+ uint public constant PAUSER_QUORUM = 2;
12
13
// "GeneralPurposeGovernance" (left padded)
14
bytes32 public constant MODULE =
0 commit comments