Skip to content

Commit

Permalink
fix: natspec
Browse files Browse the repository at this point in the history
  • Loading branch information
ashitakah committed Feb 2, 2024
1 parent 63e85d4 commit ab0984f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions solidity/contracts/for-test/BasicJob.sol
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ contract BasicJob is IBasicJob {
*/
mapping(uint256 => address) internal _dataset;

/**
* @notice Nonce of the dataset
* @dev This nonce is for test a job that uses a lot of gas
*/
uint256 internal _nonce;

/// @inheritdoc IBasicJob
Expand Down

0 comments on commit ab0984f

Please sign in to comment.