bisq/core/src
Christoph Atteneder 26291eb0ee
Not allow bitcoinj to auto connect to localhost when localhost was not detected by client
This fixes the problem if the local bitcoin core node is not detected by our client,
but bitcoinj is able to connect to it because of the auto connect to localhost behavior.
In that case the minimum required nodes to broadcast a transaction will be 4 (provided nodes settings),
but bitcoinj will only connect to one node. The requirement of 4 nodes will be never fulfilled and
the transaction never broadcasted.
2019-12-12 17:27:15 +01:00
..
main Not allow bitcoinj to auto connect to localhost when localhost was not detected by client 2019-12-12 17:27:15 +01:00
test Prevent taking of offers with unequal bank account types (excl. SEPA) (#3673) 2019-11-26 14:39:18 +01:00