smartcontractkit / hardhat-starter-kit

A repo for boilerplate code for testing, deploying, and shipping chainlink solidity code.
MIT License
1.21k stars 491 forks source link

Update KeepersCounter.sol #130

Closed tomfkearney closed 2 years ago

tomfkearney commented 2 years ago

contract code as written did not work for me. Adding the view modifier to the checkUpkeep method solved the issue.