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
Describe the bug
I get an error transaction simulation failed when I simulate a transaction with one of operations restoreFootprint or bumpFootprintExpiration by method prepareTransaction. However, the simulation works correctly directly using fetch
What version are you on?
"soroban-client": "1.0.0-beta.3",
Describe the bug
I get an error
transaction simulation failed
when I simulate a transaction with one of operationsrestoreFootprint
orbumpFootprintExpiration
by methodprepareTransaction
. However, the simulation works correctly directly usingfetch
What version are you on?
"soroban-client": "1.0.0-beta.3",
Creating a transaction:
If I call the
prepareTransaction
from sdk I get an errortransaction simulation failed
But if I do this, everything works:
The text was updated successfully, but these errors were encountered: