Skip to content

BIP-32: Minor grammar fixes #984

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

Merged
merged 2 commits into from
Apr 24, 2024
Merged

BIP-32: Minor grammar fixes #984

merged 2 commits into from
Apr 24, 2024

Conversation

Enegnei
Copy link
Contributor

@Enegnei Enegnei commented Aug 30, 2020

Very small grammar fix of "keys" to "key." I checked across all the currently open PRs related to BIP-32 (#293, #575, #576, #695, #785, #885), and I don't think any of them have suggested this change yet.

@sipa
Copy link
Member

sipa commented Aug 30, 2020

ACK

Enegnei added a commit to Enegnei/This-Month-In-Bitcoin-Privacy that referenced this pull request Aug 30, 2020
@@ -211,7 +211,7 @@ Private and public keys must be kept safe as usual. Leaking a private key means
Somewhat more care must be taken regarding extended keys, as these correspond to an entire (sub)tree of keys.

One weakness that may not be immediately obvious, is that knowledge of a parent extended public key plus any non-hardened private key descending from it is equivalent to knowing the parent extended private key (and thus every private and public key descending from it). This means that extended public keys must be treated more carefully than regular public keys.
It is also the reason for the existence of hardened keys, and why they are used for the account level in the tree. This way, a leak of account-specific (or below) private key never risks compromising the master or other accounts.
It is also the reason for the existence of hardened keys, and why they are used for the account level in the tree. This way, a leak of account-specific (or below) private keys never risks compromising the master or other accounts.
Copy link
Contributor

Choose a reason for hiding this comment

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

If you switch "key" to the plural, shouldn't the "s" from "risks" be removed?

Copy link
Contributor Author

@Enegnei Enegnei Aug 31, 2020

Choose a reason for hiding this comment

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

No, I think "risks" would stay as it is, because it's the verb for the subject "leak," not "keys." If you remove what's in the middle of the sentence:

This way, a leak ... never risks compromising the master or other accounts.

Copy link
Contributor

Choose a reason for hiding this comment

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

Ok, makes sense.

@luke-jr
Copy link
Member

luke-jr commented Oct 5, 2020

@sipa This was changed after your last ACK... re-ACK?

@jonatack
Copy link
Member

ACK, no alteration of meaning in the text AFAICT.

Pinging @sipa for sign-off on the second commit.

@jonatack jonatack changed the title BIP-32: Minor grammar fix BIP-32: Minor grammar fixes Apr 24, 2024
@sipa
Copy link
Member

sipa commented Apr 24, 2024

ACK 688b0da

@jonatack jonatack merged commit 1b87fc5 into bitcoin:master Apr 24, 2024
@jonatack
Copy link
Member

Thanks @sipa.

@bitcoin bitcoin deleted a comment from Megoy-Tambayan Jun 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants