Skip to content

Commit

Permalink
docs: add minor comment
Browse files Browse the repository at this point in the history
  • Loading branch information
1kresh committed Nov 22, 2024
1 parent 6a0bef2 commit 661c0c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/SymbioticCoreIntegrationExample.sol
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ contract SymbioticCoreIntegrationExample is SymbioticCoreIntegration {
mapping(address vault => address[]) public confirmedNetworkOperators;
mapping(address vault => bytes32[]) public neighborNetworks;

uint256 public SELECT_OPERATOR_CHANCE = 1;
uint256 public SELECT_OPERATOR_CHANCE = 1; // lower -> higher probability

function setUp() public override {
SYMBIOTIC_CORE_PROJECT_ROOT = "";
Expand Down

0 comments on commit 661c0c5

Please sign in to comment.