diff --git a/examples/developer-hub-solidity/FtsoV2FeedConsumer.sol b/examples/developer-hub-solidity/FtsoV2FeedConsumer.sol index 1426903c..615ccc57 100644 --- a/examples/developer-hub-solidity/FtsoV2FeedConsumer.sol +++ b/examples/developer-hub-solidity/FtsoV2FeedConsumer.sol @@ -24,7 +24,6 @@ contract FtsoV2FeedConsumer { */ function getFtsoV2CurrentFeedValues() external - view returns ( uint256[] memory _feedValues, int8[] memory _decimals,