-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Remove libdohj dependency #2368
Remove libdohj dependency #2368
Conversation
@@ -90,8 +88,8 @@ void init(@Nullable Consumer<String> chainFileLockedExceptionHandler, | |||
Runnable walletPasswordHandler, | |||
Runnable downloadCompleteHandler, | |||
Runnable walletInitializedHandler) { | |||
log.info("Initialize WalletAppSetup with BitcoinJ version {} and LibDohJ version {} with hash of BitcoinJ commit {}", | |||
VersionMessage.BITCOINJ_VERSION, Version.VERSION, Version.BITCOINJ_VERSION); | |||
log.info("Initialize WalletAppSetup with BitcoinJ version and hash of BitcoinJ commit {}", |
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.
I think here is missing the {} -> BitcoinJ version {} and
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.
Beside that, ACK (just tested).
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.
Done. just force pushed the fix.
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 - besides the small change requested by @ManfredKarrer
f08e174
to
52e3618
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.
utACK
Remove libdohj dependency and the code to use LTC, DASH or DOGE as base currencies.