[bisq-network/bisq] Buy tx are recorded as sell tx and vice versa (#5035)

James Cox notifications at github.com
Fri Jan 1 02:27:06 CET 2021


Bisq compares the identity key (AFAIK your onion) stored in the Bisq directory (`share/Bisq/btc_mainnet/keys`) with the `pubKeyRing` stored in the offer payload.  If they don't match it assumes you are not the maker.  Therefore if your key has changed, Bisq no longer recognizes offers you made using an older onion as your own, and therefore those offers may have the maker/taker information reversed because for offers in which you were the maker it will assume you were the taker.
See `TradeManager.java:isMyOffer()`

-- 
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/issues/5035#issuecomment-753237762
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20201231/6df806a7/attachment.htm>


More information about the bisq-github mailing list