protocol: clear regtest seeds
This prevents attempts to add itself as a peer that would generate unnecessary error log messages when running a regtest node.
This commit is contained in:
parent
fe5a6d7eff
commit
35a25e0d8b
@ -714,9 +714,7 @@ const regtest = {};
|
||||
|
||||
regtest.type = 'regtest';
|
||||
|
||||
regtest.seeds = [
|
||||
'127.0.0.1'
|
||||
];
|
||||
regtest.seeds = [];
|
||||
|
||||
regtest.magic = 0xdab5bffa;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user