mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-06-25 15:20:40 -04:00
funds table update, lib update 11.3 (bloomfilter bug in 11.0)
This commit is contained in:
parent
a91346252e
commit
3d6c2a8c62
7 changed files with 180 additions and 150 deletions
|
@ -60,6 +60,9 @@ public class BitSquareWalletAppKit extends WalletAppKit
|
|||
}
|
||||
vChain = new BlockChain(params, vStore);
|
||||
vPeerGroup = createPeerGroup();
|
||||
|
||||
vPeerGroup.setBloomFilterFalsePositiveRate(0.001); // 0,1% instead of default 0,05%
|
||||
|
||||
if (this.userAgent != null)
|
||||
vPeerGroup.setUserAgent(userAgent, version);
|
||||
if (vWalletFile.exists())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue