We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2858c4d commit 2d60cd8Copy full SHA for 2d60cd8
test/discovery/Registration.t.sol
@@ -196,7 +196,7 @@ contract RegistrationTest is DiscoveryTestBase {
196
);
197
}
198
199
- function test_Register_PreventsMultipleRegistrationsBySameProviderAddress()
+ function test_Register_PreventsMultipleRegistrationsBySameEOA()
200
public
201
{
202
address lp = makeAddr("lp");
@@ -211,7 +211,7 @@ contract RegistrationTest is DiscoveryTestBase {
211
Flyover.ProviderType.PegIn
212
213
214
- // Second registration by the same provider address should fail
+ // Second registration by the same EOA should fail
215
vm.prank(lp);
216
vm.expectRevert(
217
abi.encodeWithSelector(
0 commit comments