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 normally created a transaction, and when I wanted to cancel it, I made the following mistake:
Transaction ce8b8c9d-225b-4269-8978-b2d211f45675 doesn't exist
Describe the bug
I normally created a transaction, and when I wanted to cancel it, I made the following mistake:
Transaction ce8b8c9d-225b-4269-8978-b2d211f45675 doesn't exist
To Reproduce
Steps to reproduce the behavior:
1.
curl -u grin:xxxxxxxx -X POST http://127.0.0.1:3420/v1/wallet/owner/issue_send_tx --data '{"amount":1192000000,"minimum_confirmations":0,"method":"http","dest":"http://xxxxxx","max_outputs":5,"num_change_outputs":1,"selection_strategy_is_use_all":true,"fluff":false}'
return ce8b8c9d-225b-4269-8978-b2d211f45675
2.
curl -u grin:xxxxxx -X POST http://127.0.0.1:3420/v1/wallet/owner/cancel_tx?tx_id=ce8b8c9d-225b-4269-8978-b2d211f45675
return Transaction ce8b8c9d-225b-4269-8978-b2d211f45675 doesn't exist
Who can answer it?
The text was updated successfully, but these errors were encountered: