mirror of
https://github.com/logos-messaging/logos-messaging-rlnv2-contract.git
synced 2026-01-08 17:03:12 +00:00
fix: line length
This commit is contained in:
parent
e3e3d31d22
commit
842e0f1a89
@ -1712,7 +1712,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