mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-10 03:47:29 -03:00
contrib: Add new versions to makeseeds.py and update gitignore
This commit is contained in:
parent
d67883d01e
commit
36e875b4c5
2 changed files with 3 additions and 1 deletions
1
contrib/seeds/.gitignore
vendored
Normal file
1
contrib/seeds/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
seeds_main.txt
|
|
@ -34,7 +34,8 @@ PATTERN_AGENT = re.compile(
|
||||||
r"0.17.(0|0.1|1|2|99)|"
|
r"0.17.(0|0.1|1|2|99)|"
|
||||||
r"0.18.(0|1|99)|"
|
r"0.18.(0|1|99)|"
|
||||||
r"0.19.(0|1|99)|"
|
r"0.19.(0|1|99)|"
|
||||||
r"0.20.99"
|
r"0.20.(0|1|99)|"
|
||||||
|
r"0.21.99"
|
||||||
r")")
|
r")")
|
||||||
|
|
||||||
def parseline(line):
|
def parseline(line):
|
||||||
|
|
Loading…
Reference in a new issue