-
Notifications
You must be signed in to change notification settings - Fork 320
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to send transaction bad Auth #1145
Comments
|
Issue solved. I had to make sure i saw signinge the prepared transaction and not the main transaction. I used this docs https://developers.stellar.org/docs/learn/encyclopedia/contract-development/contract-interactions/stellar-transaction#function |
Describe the bug
I am currently building a custodian wallet and trying to interact with a deployed escrow smart contract which has authorization in it. I keep having the error "Unable to send transaction, transaction failed, bad Auth. The function i am trying to call has authorization.
This is the link to my source code, i am calling the contract function create_order function in my smart contract. Starting from line 133 https://github.com/fastbuka/api.fastbuka.com/blob/koxy/src/payment/payment.service.ts
NOTE: I am currently just interacting with my contract address, I didn't generate a contract binding for it.
What version are you on?
"@stellar/stellar-sdk": "^13.1.0",
Expected behavior
I am expecting to see a transacion submitted successfully
Additional context
Attached is the screenshot of the error
The text was updated successfully, but these errors were encountered: