-
Notifications
You must be signed in to change notification settings - Fork 45
closechannel: add functional options #224
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
Conversation
lightning_client.go
Outdated
@@ -2873,7 +2873,7 @@ type PaymentRequest struct { | |||
// Value is the value of the payment request in millisatoshis. | |||
Value lnwire.MilliSatoshi | |||
|
|||
/// Timestamp of the payment request. | |||
// / Timestamp of the payment request. |
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: just remove the third character instead?
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.
Looks good, just two nits.
0ebc477
to
c92c985
Compare
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 🎉
Adds
the NoWait flagfunctional options toCloseChannel
.