-
Notifications
You must be signed in to change notification settings - Fork 19
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
extract from swapd runtime State #446
extract from swapd runtime State #446
Conversation
1c33ece
to
fcab350
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.
ACK once rebased.
fcab350
to
516df0e
Compare
Codecov Report
@@ Coverage Diff @@
## main #446 +/- ##
=======================================
- Coverage 12.0% 12.0% -0.0%
=======================================
Files 31 32 +1
Lines 8515 8518 +3
=======================================
Hits 1022 1022
- Misses 7493 7496 +3
Continue to review full report at Codecov.
|
f60129e
to
e9f6946
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.
ACK
@@ -1751,7 +1325,7 @@ impl Runtime { | |||
if self.state.a_refundsig() | |||
&& !self.state.a_xmr_locked() | |||
&& !self.state.a_buy_published() | |||
&& self.state.remote_params().is_some() |
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.
Good catch!
No description provided.