-
Notifications
You must be signed in to change notification settings - Fork 116
Minor follow-ups to #666 #740
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
Minor follow-ups to #666 #740
Conversation
|
👋 Thanks for assigning @tankyleo as a reviewer! |
chuksys
left a comment
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 for the follow-up 🙏. Just a few observations.
6ff2d7f to
aff52a5
Compare
src/payment/unified.rs
Outdated
|
|
||
| /// A payment handler allowing to create [BIP 21] URIs with an on-chain, [BOLT 11], and [BOLT 12] payment | ||
| /// option. | ||
| /// A payment handler that supports creating and paying to [BIP 21] URIs with an on-chain, [BOLT 11], |
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.
nit: "with on-chain" for consistency
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.
Ah, right, that slipped through:
> git diff-tree -U2 aff52a58 8f63a279
diff --git a/src/payment/unified.rs b/src/payment/unified.rs
index 3184c847..671af14f 100644
--- a/src/payment/unified.rs
+++ b/src/payment/unified.rs
@@ -47,5 +47,5 @@ struct Extras {
}
-/// A payment handler that supports creating and paying to [BIP 21] URIs with an on-chain, [BOLT 11],
+/// A payment handler that supports creating and paying to [BIP 21] URIs with on-chain, [BOLT 11],
/// and [BOLT 12] payment options.
///aff52a5 to
8f63a27
Compare
tankyleo
left a comment
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.
LGTM, we'll need a rebase before merge
8f63a27 to
675d644
Compare
.. as otherwise we might wait indefinitely for a service to respond.
675d644 to
b167ef6
Compare
We make some minor adjustments after #666 landed.
(cc @chuksys)