Skip to content

Commit

Permalink
Merge pull request #669 from zama-ai/jatZama-patch-1
Browse files Browse the repository at this point in the history
Update Counter.sol
  • Loading branch information
jatZama authored Dec 20, 2024
2 parents e69cbd8 + a54f087 commit 34dbe13
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 78 deletions.
77 changes: 0 additions & 77 deletions docs/getting_started/devnet.md

This file was deleted.

1 change: 0 additions & 1 deletion examples/Counter.sol
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ pragma solidity ^0.8.24;
/// @dev This contract provides functionality to increment the 'value' and read its current value
contract Counter {
/// @notice State variable to keep track of the count
/// @dev Stored as a uint32 to save gas
uint32 value;

/// @notice Increases the value by 1 each time this function is called
Expand Down

0 comments on commit 34dbe13

Please sign in to comment.