-
Notifications
You must be signed in to change notification settings - Fork 0
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
Transaction list command with the -k and -n flag #46
Comments
There can be addresses which are stored only in the keyring, not in the wallet, so the flag description is correct. But I think I get what you mean so I changed it into "a label of an address stored in the keyring". Will be uploaded in the next substantial commit.
ADDRESS is not mentioned in the help string for this option so I see no need to change anything. I'm closing. |
What I was wondering here is that at the moment I have only 3 named transaction, but what if I had hundreds of them? |
I think you meant sorting by label. Yes, that makes sense. I've just implemented that for all lists of this type. Commit: 32938f3 (Can be closed.) |
I think I've formulated it wrong. |
Why should you label hundreds of transactions? |
Agreed. |
If we see that it's necessary we can implement it later on, can't we? |
Of course. I'm closing this, reopen if there are open questions to the command. |
I've run
transaction list -n -k
and got the same output oftransaction list -n
.The
-k
flag description states as following:Use an address/label stored in the keyring
, but are there addresses that are specifically stored in the keyring? I thought only the labels where. Maybe we should edit it intoUse a label stored in the keyring
?_
Also output of the
transaction list [ADDRESS] -n
is the same as that oftransaction list -n
.The text was updated successfully, but these errors were encountered: