mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-30 18:28:52 -04:00
Dont store disconnected nodes with wrong version/invalid data...
This commit is contained in:
parent
a264fa4e0b
commit
2c8bc3053b
8 changed files with 99 additions and 68 deletions
|
@ -198,7 +198,7 @@ public class WalletService {
|
|||
|
||||
// TODO Get bitcoinj running over our tor proxy. BlockingClientManager need to be used to use the socket
|
||||
// from jtorproxy. To get supported it via nio / netty will be harder
|
||||
if (!params.getId().equals(NetworkParameters.ID_REGTEST) && useTor)
|
||||
if (useTor && params.getId().equals(NetworkParameters.ID_MAINNET))
|
||||
walletAppKit.useTor();
|
||||
|
||||
// Now configure and start the appkit. This will take a second or two - we could show a temporary splash screen
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue