Skip to content
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

grin wallet txs -id <txid> does not work #2500

Closed
aleqx opened this issue Jan 31, 2019 · 2 comments
Closed

grin wallet txs -id <txid> does not work #2500

aleqx opened this issue Jan 31, 2019 · 2 comments

Comments

@aleqx
Copy link

aleqx commented Jan 31, 2019

# grin wallet txs -i 076c50cc-4c91-<snip>
20190131 13:21:48.786 INFO grin - This is Grin version 1.0.0 (git v1.0.0-56-gedb4751), built for x86_64-unknown-linux-gnu by rustc 1.32.0 (9fda7c223 2019-01-16).
Wallet command failed: Invalid Arguments: Could not parse id as a whole number. e=invalid digit found in string

Grin compiled 12h ago from master. Does the same thing on v1.0.0.

The txid is the one I see in grin wallet info.

@aleqx aleqx changed the title cli bug: grin wallet txs -id <txid> does not work grin wallet txs -id <txid> does not work Jan 31, 2019
@hashmap
Copy link
Contributor

hashmap commented Jan 31, 2019

$  grin wallet cancel -h
...
OPTIONS:
    -i, --id <id>        The ID of the transaction to cancel
    -t, --txid <txid>    The TxID UUID of the transaction to cancel

so with -i you should use a numerical id of tx (the first column) - a number like 10, with -t tx uuid which you tried to use.

@hashmap hashmap closed this as completed Jan 31, 2019
@aleqx
Copy link
Author

aleqx commented Jan 31, 2019

Perhaps add the -t option to grin wallet txs as well?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants