-
Notifications
You must be signed in to change notification settings - Fork 12
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
Prepare 0.0.121 #127
Prepare 0.0.121 #127
Conversation
…exists on the object. (Albeit a bit inefficiently).
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, mod 3 nits.
|
||
|
||
let invoicePaymentResult = channelManagerConstructor.channelManager.sendPayment(paymentHash: paymentHash, recipientOnion: recipientOnion, paymentId: paymentId, routeParams: routeParameters, retryStrategy: Bindings.Retry.initWithAttempts(a: 3)) | ||
// let invoicePaymentResult = Bindings.payInvoice(invoice: invoice, retryStrategy: Bindings.Retry.initWithAttempts(a: 3), channelmanager: channelManagerConstructor.channelManager) |
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: Remove commented-out line.
@@ -853,7 +859,9 @@ public class HumanObjectPeerTestInstance { | |||
try! await Task.sleep(nanoseconds: 0_100_000_000) | |||
} | |||
|
|||
let invoicePayment = invoicePaymentResult.getValue()! | |||
|
|||
// let invoicePayment = invoicePaymentResult.getValue()! |
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: Remove commented-out line.
@@ -951,7 +959,8 @@ public class HumanObjectPeerTestInstance { | |||
try! await Task.sleep(nanoseconds: 0_100_000_000) | |||
} | |||
|
|||
let invoicePayment = invoicePaymentResult.getValue()! | |||
// let invoicePayment = invoicePaymentResult.getValue()! |
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: Remove commented-out line.
Will address in follow-up commit, don't wanna restart the CI from scratch right now. |
No description provided.