mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-20 23:29:12 +01:00
makeseeds: Update PATTERN_AGENT
This commit is contained in:
@@ -40,7 +40,8 @@ PATTERN_AGENT = re.compile(
|
||||
r"22.(0|1|99)|"
|
||||
r"23.(0|1|99)|"
|
||||
r"24.(0|1|99)|"
|
||||
r"25.99"
|
||||
r"25.(0|1|99)|"
|
||||
r"26.(0|99)|"
|
||||
r")")
|
||||
|
||||
def parseline(line: str) -> Union[dict, None]:
|
||||
|
||||
Reference in New Issue
Block a user