From 7ab41dd22608b0d46f98d108a2c71525390335f5 Mon Sep 17 00:00:00 2001 From: Dragos-Gabriel Danciulescu Date: Fri, 13 Dec 2024 12:32:36 +0200 Subject: [PATCH 1/2] Make a concept clearer --- source/mainnet/docs/smart-contracts/guides/invoke-instance.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/mainnet/docs/smart-contracts/guides/invoke-instance.rst b/source/mainnet/docs/smart-contracts/guides/invoke-instance.rst index 82e962a24..8de50b03d 100644 --- a/source/mainnet/docs/smart-contracts/guides/invoke-instance.rst +++ b/source/mainnet/docs/smart-contracts/guides/invoke-instance.rst @@ -44,7 +44,8 @@ If successful, the output should be similar to the following: - Return value: -The contract state is updated, but the changes are not persisted to the chain and are discarded. +The contract state is updated, but the changes are not persisted to the chain and are discarded. +The energy used value represents a simulation of how much NRG is needed when making the smart contract call. .. note:: From 5b5c0a3a181c78d452cc5e4b429f50d388e97e32 Mon Sep 17 00:00:00 2001 From: Dragos-Gabriel Danciulescu Date: Fri, 13 Dec 2024 12:36:48 +0200 Subject: [PATCH 2/2] Fix lint --- source/mainnet/docs/smart-contracts/guides/invoke-instance.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/mainnet/docs/smart-contracts/guides/invoke-instance.rst b/source/mainnet/docs/smart-contracts/guides/invoke-instance.rst index 8de50b03d..bc9d812c9 100644 --- a/source/mainnet/docs/smart-contracts/guides/invoke-instance.rst +++ b/source/mainnet/docs/smart-contracts/guides/invoke-instance.rst @@ -44,7 +44,7 @@ If successful, the output should be similar to the following: - Return value: -The contract state is updated, but the changes are not persisted to the chain and are discarded. +The contract state is updated, but the changes are not persisted to the chain and are discarded. The energy used value represents a simulation of how much NRG is needed when making the smart contract call. .. note::