Skip to content

Commit 36a1ef1

Browse files
committed
fix: delete unused code
1 parent ccd58d3 commit 36a1ef1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Analog/Counter.sol

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ contract Counter is IGmpReceiver {
1414
address private immutable _gateway;
1515
uint256 public number;
1616

17-
// example gw 0x7702eD777B5d6259483baAD0FE8b9083eF937E2A
1817
constructor(address gateway) {
1918
_gateway = gateway;
2019
}

0 commit comments

Comments
 (0)