Skip to content

Commit

Permalink
Merge PR #526 from 'rithvikvibhu/remove-regtest-seeds'
Browse files Browse the repository at this point in the history
  • Loading branch information
pinheadmz committed Feb 5, 2021
2 parents e270b8c + 19308ef commit a94ce87
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions lib/protocol/networks.js
Original file line number Diff line number Diff line change
Expand Up @@ -727,10 +727,7 @@ const regtest = {};

regtest.type = 'regtest';

regtest.seeds = [
'127.0.0.1',
'aorsxa4ylaacshipyjkfbvzfkh3jhh4yowtoqdt64nzemqtiw2whk@127.0.0.1'
];
regtest.seeds = [];

regtest.magic = genesis.regtest.magic;

Expand Down Expand Up @@ -873,10 +870,7 @@ const simnet = {};

simnet.type = 'simnet';

simnet.seeds = [
'127.0.0.1',
'aorsxa4ylaacshipyjkfbvzfkh3jhh4yowtoqdt64nzemqtiw2whk@127.0.0.1'
];
simnet.seeds = [];

simnet.magic = genesis.simnet.magic;

Expand Down

0 comments on commit a94ce87

Please sign in to comment.