Skip to content

Commit

Permalink
487 modifiers (#575)
Browse files Browse the repository at this point in the history
* Added the payable.

Signed-off-by: ebadiere <[email protected]>

* Added immutable example.

Signed-off-by: ebadiere <[email protected]>

* Added indexed event parameters.

Signed-off-by: ebadiere <[email protected]>

* Added Anonymous Event coverage.

Signed-off-by: ebadiere <[email protected]>

* Added an example of the virtual modifier.

Signed-off-by: ebadiere <[email protected]>

* Added override coverage.

Signed-off-by: ebadiere <[email protected]>

* Fixed license.

Signed-off-by: ebadiere <[email protected]>

* Removed extra blank line.

Signed-off-by: ebadiere <[email protected]>

---------

Signed-off-by: ebadiere <[email protected]>
  • Loading branch information
ebadiere authored Nov 23, 2023
1 parent 39e16fa commit 5978775
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/solidity/modifiers/Modifiers.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,5 +135,4 @@ describe("@solidityevmequiv1 Modifiers", function() {
expect(await contractB.getData()).to.equal(79);
expect(await contractB.show()).to.equal("This is the overriding contract B");
});

});

0 comments on commit 5978775

Please sign in to comment.