You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The change needed here is probably similar to algorand/py-algorand-sdk#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.
The text was updated successfully, but these errors were encountered: