Skip to content

Commit

Permalink
fix(docs): remove view method (#455)
Browse files Browse the repository at this point in the history
  • Loading branch information
dineshpinto authored Dec 23, 2024
2 parents ce33c63 + 2056ce3 commit 1c6b081
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/developer-hub-solidity/FtsoV2FeedConsumer.sol
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ contract FtsoV2FeedConsumer {
*/
function getFtsoV2CurrentFeedValues()
external
view
returns (
uint256[] memory _feedValues,
int8[] memory _decimals,
Expand Down

0 comments on commit 1c6b081

Please sign in to comment.