Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
heueristik committed Jun 15, 2023
1 parent fd37ce8 commit 9fe08d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ In another use-case, we might want to make sure that the `sendCoins` function ca
```solidity title="PriceOracleCondition.sol"
import '@chainlink/contracts/src/v0.8/interfaces/AggregatorV3Interface.sol';
contract PriceOracleCondition is PermissionConditionx {
contract PriceOracleCondition is PermissionCondition {
AggregatorV3Interface internal priceFeed;
// Network: Goerli
Expand Down

0 comments on commit 9fe08d5

Please sign in to comment.