[bisq-network/bisq] Bitcoin Core v22 deprecated addresses is not handled (Issue #6119)

jmacxx notifications at github.com
Fri Mar 25 00:38:31 CET 2022


Working on it.

https://github.com/bisq-network/bisq/blob/a384071cfff94572c201737a0a4cf8954659dc40/core/src/main/java/bisq/core/dao/node/full/RpcService.java#L354-L355


The following change should fix it:

    String address = new Script(Hex.decode(scriptPubKey.getHex()))
        .getToAddress(Config.baseCurrencyNetworkParameters()).toString();


-- 
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/issues/6119#issuecomment-1078488514
You are receiving this because you are subscribed to this thread.

Message ID: <bisq-network/bisq/issues/6119/1078488514 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20220324/cb62a07f/attachment.htm>


More information about the bisq-github mailing list