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
When submitting an unsigned transaction, a "signed" transaction is returned that doesn't contain proofs
After receiving help - it seems I was missing the "sender" address field. The endpoint doesn;t return an error however, it just returns a 200 and a transaction without a proof.
To reproduce, this is the body sent to the endpoint:
add example schema's to the swagger for all POST requests, this would make developing much easier.
jasny
changed the title
/transactions/sign doesn't return a signature
/transactions/sign doesn't return a signature when sender is missing
Jun 14, 2022
When submitting an unsigned transaction, a "signed" transaction is returned that doesn't contain proofs
After receiving help - it seems I was missing the "sender" address field. The endpoint doesn;t return an error however, it just returns a 200 and a transaction without a proof.
To reproduce, this is the body sent to the endpoint:
it returns a (200) with a transaction, but missing the "proofs" parameter. I would expect an error.
The text was updated successfully, but these errors were encountered: