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

[Trivial] [RPC] Fix listcoldutxos help text #1753

Merged
merged 1 commit into from
Aug 5, 2020
Merged

[Trivial] [RPC] Fix listcoldutxos help text #1753

merged 1 commit into from
Aug 5, 2020

Conversation

JSKitty
Copy link
Member

@JSKitty JSKitty commented Jul 19, 2020

Some of the example "Results" in the help command of listcoldutxos were misleading, such as "whitelisted" showing as a string instead of a boolean, cold-staker/owner showing as "n", often associated with a numerical value, and "txidn" showing as a "string" even though it's the index number of the UTXO - This PR simply corrects them to what they should be.

Copy link

@furszy furszy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utACK 611a30a with a minor nit.

" \"confirmations\" : n (numeric) The number of confirmations of the P2CS utxo\n"
" \"cold-staker\" : \"address\" (string) The cold-staker address of the P2CS utxo\n"
" \"coin-owner\" : \"address\" (string) The coin-owner address of the P2CS utxo\n"
" \"whitelisted\" : \"true\" (boolean) \"true\"/\"false\" coin-owner in delegator whitelist\n"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

minor nit: true|false instead of only true.

Copy link

@random-zebra random-zebra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utACK 611a30a with the same nit as furszy.

@JSKitty if you can make that edit (and squash it into the initial commit), I'll leave this open.
Otherwise we can merge this as is, and address that minor change later.

@random-zebra random-zebra added this to In progress in Community Developer Contributions via automation Jul 29, 2020
@random-zebra random-zebra added this to the 5.0.0 milestone Jul 29, 2020
Copy link

@random-zebra random-zebra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well... guess we can merge this as is for now. utACK 611a30a

Community Developer Contributions automation moved this from In progress to Reviewer approved Aug 5, 2020
@random-zebra random-zebra merged commit e288a45 into PIVX-Project:master Aug 5, 2020
Community Developer Contributions automation moved this from Reviewer approved to Accepted Aug 5, 2020
@random-zebra random-zebra modified the milestones: 5.0.0, 4.3.0 Sep 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

None yet

3 participants