Commit 5c0d3226 authored by Maurelian's avatar Maurelian

test(ctb): Add test for not giving to fallback owner

parent eb0e1335
......@@ -213,7 +213,8 @@ contract LivenessModule is ISemver {
);
}
// Check that the threshold is correct. This check is also correct when there is a single
// Check that"LivenessModule: must remove all owners and transfer to fallback owner if numOwners < minOwners"
// the threshold is correct. This check is also correct when there is a single
// owner, because get75PercentThreshold(1) returns 1.
uint256 threshold = SAFE.getThreshold();
require(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment