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

Fix duplicate implicit btc amount conversions #1637

Merged
merged 3 commits into from
Dec 15, 2020
Merged

Conversation

t-bast
Copy link
Member

@t-bast t-bast commented Dec 15, 2020

Bitcoin-lib introduces conversions from Long to bitcoin amounts.
It clashes with the ones previously defined in eclair and was causing issues in IntelliJ IDEA.

The meaningful change is in package.scala, the rest is fixing imports.

Fixes #1632

Bitcoin-lib introduces conversions from `Long` to bitcoin amounts.
It clashes with the ones previously defined in eclair.

Fixes #1632
@t-bast t-bast requested a review from pm47 December 15, 2020 10:11
@t-bast t-bast merged commit 95b34f2 into master Dec 15, 2020
@t-bast t-bast deleted the btc-amount-conversion branch December 15, 2020 10:32
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.

Remove duplicate implicit methods for bitcoin amounts conversion
2 participants