mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 18:03:12 +01:00
6b4878ada8
Introduces LocalBitcoinNode::willUse and ::willIgnore to move logic that was previously littered throughout the codebase into one place. Also, changes the usages of LocalBitcoinNode to be more precise, specifying which of these questions are being asked: - "is there a local BTC node" (isDetected); - "is it well configured" (isWellConfigured and isUsable); - "will we ignore a local BTC node even if we found a usable one" (willIgnore); - "is there a usable local BTC node and will we use it" (willUse). These changes make related logic much easier to maintain and to read. |
||
---|---|---|
.. | ||
package | ||
src |