<blockquote>
<p>NACK</p>
<p>Please see my remarks in the code.</p>
<p>I tested the functionality on Regtest with a local Bitcoin Core and I don't get the informational popup anymore when running the client with a properly configured client<br>
<a target="_blank" rel="noopener noreferrer" href="https://user-images.githubusercontent.com/170962/75336389-5b14a700-588b-11ea-927e-3b71ee4d763c.png"><img src="https://user-images.githubusercontent.com/170962/75336389-5b14a700-588b-11ea-927e-3b71ee4d763c.png" alt="Bildschirmfoto 2020-02-26 um 11 29 59" style="max-width:100%;"></a><br>
Having peer bloom filters not configured and I also don't get the warning. Doesn't it work with the local Regtest setup?</p>
</blockquote>
<p>Yes, if below expression evaluates to true, a local Bitcoin node is ignored:</p>
<pre><code>config.ignoreLocalBtcNode
    || baseCurrencyNetwork.isDaoRegTest()
    || baseCurrencyNetwork.isDaoTestNet()
</code></pre>
<p>I didn't introduce this, though I centralized this logic, because it was repeated in several places around the codebase.</p>
<p>The "Background information" popup shouldn't be shown if you have bloom filters set to 1. That's weird. It is currently configured to show when a well configured local BTC node is found (::isUsable()).</p>
<p>I retested in mainnets and both pruning and disabled bloom filters are detected. I'll try and replicate your setup to see if I can understand what's happening.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/bisq-network/bisq/pull/3982?email_source=notifications&email_token=AJFFTNUCYVEGNG37ZUHWFDLREZNGJA5CNFSM4KWZVT6KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOENAAOMA#issuecomment-591398704">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNRNPP5KIREDFHWJYMDREZNGJANCNFSM4KWZVT6A">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AJFFTNWMNUTUFQD77AJFT73REZNGJA5CNFSM4KWZVT6KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOENAAOMA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/bisq-network/bisq/pull/3982?email_source=notifications\u0026email_token=AJFFTNUCYVEGNG37ZUHWFDLREZNGJA5CNFSM4KWZVT6KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOENAAOMA#issuecomment-591398704",
"url": "https://github.com/bisq-network/bisq/pull/3982?email_source=notifications\u0026email_token=AJFFTNUCYVEGNG37ZUHWFDLREZNGJA5CNFSM4KWZVT6KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOENAAOMA#issuecomment-591398704",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>