AEStudio stateful transactions

AEStudio invokes stateful Transactions twice at the same time, for example, transfer. An error message is displayed, but the cause is not displayed.
eg:
from_contract.transfer_allowance(Call.caller, Contract.address, count) for_contract.transfer(for_account, count)

Finally, I found that due to insufficient Gas, I expected to return:

out of gas

1 Like