[bisq-network/bisq] Use bisq's bitcoinj 0.15.8 - september 2020 (#4504)

Oscar Guindzberg notifications at github.com
Thu Sep 17 21:30:34 UTC 2020


@oscarguindzberg commented on this pull request.



> @@ -105,9 +107,9 @@ public void onWalletReady(Wallet wallet) {
         if (!entrySet.isEmpty()) {
             Set<AddressEntry> toBeRemoved = new HashSet<>();
             entrySet.forEach(addressEntry -> {
-                DeterministicKey keyFromPubHash = (DeterministicKey) wallet.findKeyFromPubHash(addressEntry.getPubKeyHash());
+                DeterministicKey keyFromPubHash = (DeterministicKey) wallet.findKeyFromPubKeyHash(addressEntry.getPubKeyHash(), Script.ScriptType.P2PKH);

done

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/4504#discussion_r490573104
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20200917/20a42a8a/attachment.html>


More information about the bisq-github mailing list