Skip to content
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

Align on latest eclair-core #215

Closed
wants to merge 6 commits into from
Closed

Align on latest eclair-core #215

wants to merge 6 commits into from

Conversation

araspitzu
Copy link

This PR makes use of the new MilliSatoshi type introduced in eclair-core with ACINQ/eclair#1088 and removes all the references to Globals since it was removed by ACINQ/eclair#1127. Note that this PR is also bumping the dependency to eclair-core 0.3.4-android-SNAPSHOT which is not yet published.

@@ -109,11 +109,13 @@ protected void bindItem(final LocalChannel item, final String fiatCode, final Co
state.setTextColor(ContextCompat.getColor(itemView.getContext(), R.color.orange));
}


Long currentBlockHeight = 123L; //appKit.eclairKit.nodeParams().currentBlockHeight();
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the only places left to migrate for the Globals

@araspitzu araspitzu marked this pull request as ready for review October 1, 2019 13:53
@dpad85
Copy link
Member

dpad85 commented Oct 4, 2019

Superceded by #218

@dpad85 dpad85 closed this Oct 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants