hedera-local-node icon indicating copy to clipboard operation
hedera-local-node copied to clipboard

fix: Add contracts.maxRefundPercentOfGasLimit=100.

Open SyedM-dev opened this issue 1 year ago • 1 comments

Description:

This PR modifies the compose-network/network-node/data/config/application.properties file to add contracts.maxRefundPercentOfGasLimit=100 in order to allow the devs to be able to see the actual gas used.

Related issue(s):

Fixes #408

Notes for reviewer:

While the proposed fix mentioned edits the file compose-network/network-node/application.properties, I realized it had been moved to compose-network/network-node/data/config/application.properties in the commit with hash 6de4da67bde882f845267855cdaa26ed65b3343a. So I edited the new file instead.

SyedM-dev avatar Oct 16 '24 10:10 SyedM-dev