mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 15:00:30 +01:00
We used a delegate method in P2PService for calling readPersisted on p2PDataStorage and peerManager. This was from old times when those classed have not been injected classes. The complete handlers got called from both p2PDataStorage and peerManager but we counted only P2PService as host, so the countdown completed before the last host was really completed, leading to a nullpointer in MainView (not always). We removed now PersistedDataHost interface from P2PService and use P2PDataStorage and PeerManager to be added to hosts. |
||
---|---|---|
.. | ||
main | ||
test |