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
If I receive a tx with ID 32222222-3222-4222-a222-322222222222 for example. Than I cancel that via http://127.0.0.1:13420/v1/wallet/owner/cancel_tx?tx_id=32222222-3222-4222-a222-322222222222
Now I receive another tx with that ID.
I can't cancel the new one. When calling http://127.0.0.1:13420/v1/wallet/owner/cancel_tx?tx_id=32222222-3222-4222-a222-322222222222
I am getting Transaction 32222222-3222-4222-a222-322222222222 doesn't exist
Steps to reproduce the behavior:
Receive grin with ID 32222222-3222-4222-a222-322222222222
Cancel that receive via http://127.0.0.1:13420/v1/wallet/owner/cancel_tx?tx_id=32222222-3222-4222-a222-322222222222
Receive the same tx again (for example with the listen api)
Try to Cancel that ID again...
See error Transaction 32222222-3222-4222-a222-322222222222 doesn't exist
Here is my txs wallet output:
master tag V1.0.0
The text was updated successfully, but these errors were encountered:
Based on mimblewimble/grin#2514 by @Onefox.
Describe the bug
If I receive a tx with ID 32222222-3222-4222-a222-322222222222 for example. Than I cancel that via
http://127.0.0.1:13420/v1/wallet/owner/cancel_tx?tx_id=32222222-3222-4222-a222-322222222222
Now I receive another tx with that ID.
I can't cancel the new one. When calling
http://127.0.0.1:13420/v1/wallet/owner/cancel_tx?tx_id=32222222-3222-4222-a222-322222222222
I am getting
Transaction 32222222-3222-4222-a222-322222222222 doesn't exist
Steps to reproduce the behavior:
32222222-3222-4222-a222-322222222222
http://127.0.0.1:13420/v1/wallet/owner/cancel_tx?tx_id=32222222-3222-4222-a222-322222222222
Transaction 32222222-3222-4222-a222-322222222222 doesn't exist
Here is my txs wallet output:
master tag V1.0.0
The text was updated successfully, but these errors were encountered: