-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
BIP327: Fix Broken Links #1549
BIP327: Fix Broken Links #1549
Conversation
siv2r
commented
Feb 1, 2024
- Negation Of The Seckey When Signing link
- add the missing "#"
- Indentifiying Disruptive Signers link
- remove “i” after “f”
- Signing Flow link
- should be General Signing Flow instead
ACK 1dbf71b |
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.
Thanks.
ACK 1dbf71b
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.
checked and reviewed the three changes & fixes for the broken links and these are good to go
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.
Ack. Verified that the updated links didn't work before and works as expected now.
1dbf71b
to
ddf5b25
Compare
Added the following fix too: The link for mandatory pk in nonce gen should redirect to the "signing with tweaked individual keys" section, not "modification to nonce generation". |
ACK ddf5b25 Same fix is also in #1544 (do you want to close that @real-or-random?). |
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.
ACK ddf5b25
Thanks @siv2r! Hint: In this repo, it makes sense to @mention the BIP authors in any PRs and issues. I wasn't aware of this PR. (It's not possible to enable notifications for single BIPs, you can only do it for the entire repo...) |
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.
ACK ddf5b25
Sorry missed this PR. |
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.
ACK