Open gl-pgege opened 3 years ago
The change needed here is probably similar to https://github.com/algorand/py-algorand-sdk/issues/218 -- improving the error messaging. Although I'm not sure whether or not the error handling needs to be improved client side or server side since the TransactionPool.Remember
... output would be coming from algod.
Hi,
I am trying to execute an atomic transfer that involves closing out an escrow account but I keep getting the following error:
Here is my code, I have performed the same task with other types of transactions. However, I only run into this problem when closing out an escrow account.