-
Notifications
You must be signed in to change notification settings - Fork 179
Miscellaneous comment/log updates. #2553
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
base: master
Are you sure you want to change the base?
Conversation
67a5d6d to
2cc8ae7
Compare
ticketbuyer/tb.go
Outdated
| // Skip this purchase when no more tickets may be purchased in the interval and | ||
| // the next sdiff is unknown. The earliest any ticket may be mined is two | ||
| // blocks from now, with the next block containing the split transaction | ||
| // that the ticket purchase spends. | ||
| // Skip this purchase when no more tickets may be purchased in | ||
| // the interval and the next sdiff is unknown. The earliest any | ||
| // ticket may be mined is two blocks from now, with the next | ||
| // block containing the split transaction that the ticket | ||
| // purchase spends. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rewrapping comments with no textual changes seems like unnecessary churn.
dcrwallet doesn't have a strict column limit, and nobody can seem to even agree on what it would be if we wanted one because we all use different tab stops.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fair enough, removed those changes.
wallet/mixing.go
Outdated
|
|
||
| // MixAccount individually mixes outputs of an account into standard | ||
| // denominations, creating newly mixed outputs for a mixed account. | ||
| // denominations, creating newly mixed outputs for a mixed account.This is a |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i'm personally a fan of two spaces after periods, and held my tongue for all of the single spaces you're adding, but no spaces at all is going too far.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lmao, fixed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
doesn't look like it, got lost in the rebase?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oops. Fixed for real this time...
3bcdb30 to
eda92e5
Compare
A collection of small miscellaneous changes I have accumulated whilst working on other things; mostly comment and log message updates.