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: