mirror of
https://github.com/logos-messaging/logos-messaging-rlnv2-contract.git
synced 2026-01-09 09:23:09 +00:00
fix: line length
This commit is contained in:
parent
aa95aadef1
commit
e5867df29e
@ -1708,7 +1708,7 @@ contract WakuRlnV2Test is Test {
|
||||
vm.startPrank(user);
|
||||
token.approve(address(w), price);
|
||||
uint256 newId =
|
||||
100 + uint256(keccak256(abi.encodePacked("new", reuser, block.timestamp, i))) % (w.Q() - 1) + 1; // Better
|
||||
100 + uint256(keccak256(abi.encodePacked("new", reuser, block.timestamp, i))) % (w.Q() - 1) + 1;
|
||||
// uniqueness
|
||||
w.register(newId, rateLimit, new uint256[](0));
|
||||
vm.stopPrank();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user