From e39afa3b4842f3715919a8c874ded7f7ed7966bc Mon Sep 17 00:00:00 2001 From: Dinesh Pinto Date: Mon, 23 Dec 2024 22:06:32 +0400 Subject: [PATCH] fix(docs): remove view method --- examples/developer-hub-solidity/FtsoV2FeedConsumer.sol | 1 - 1 file changed, 1 deletion(-) 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,