You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ This feature ensures that legitimate contracts are not left without operators du
34
34
35
35
The MangrovePoints contract is built on OpenZeppelin's Ownable contract and implements the IMangrovePoints interface. Here's an overview of its functionality:
36
36
37
-
```sol
37
+
```solidity
38
38
contract MangrovePoints is Ownable(msg.sender), IMangrovePoints {
0 commit comments