Calling a contract function from another contract

HinaHina Member Posts: 10
Hi,
I am trying to call the function defined in one contract from another.I am able to call functions which do not need any transaction cost.
But there is one function which needs transaction cost.Since I am calling that function from within another contract,I have added balance to that contract.But still that function is not getting executed.How can I debug the exact cause why the contract is not getting executed,Where can I check logs.

Comments

Sign In or Register to comment.