We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5492cde commit 0492b69Copy full SHA for 0492b69
contracts/APIConsumer.sol
@@ -35,7 +35,7 @@ contract APIConsumer is ChainlinkClient {
35
bytes32 _jobId,
36
uint256 _fee,
37
address _link
38
- ) public {
+ ) {
39
if (_link == address(0)) {
40
setPublicChainlinkToken();
41
} else {
contracts/PriceConsumerV3.sol
@@ -19,7 +19,7 @@ contract PriceConsumerV3 {
19
* Aggregator: ETH/USD
20
* Address: 0x8A753747A1Fa494EC906cE90E9f37563A8AF630e
21
*/
22
- constructor(address _priceFeed) public {
+ constructor(address _priceFeed) {
23
priceFeed = AggregatorV3Interface(_priceFeed);
24
}
25
0 commit comments