mmgen-blocks-info: improve miner string parsing
This commit is contained in:
parent
b9f0eb10d5
commit
7ce9c00883
1 changed files with 3 additions and 2 deletions
|
|
@ -134,8 +134,9 @@ class BlocksInfo:
|
|||
rb'([a-zA-Z0-9&. -]+/Mined by [a-zA-Z0-9. ]+)',
|
||||
rb'\x08/(.*Mined by [a-zA-Z0-9. ]+)',
|
||||
rb'Mined by ([a-zA-Z0-9. ]+)',
|
||||
rb'[/^]([a-zA-Z0-9&. /-]{5,})',
|
||||
rb'[/^]([a-zA-Z0-9&. /-]+)/',
|
||||
rb'[`]([_a-zA-Z0-9&. #/-]+)[/\xfa]',
|
||||
rb'[/^]([a-zA-Z0-9&. #/-]{5,})',
|
||||
rb'[/^]([_a-zA-Z0-9&. #/-]+)/',
|
||||
)]
|
||||
else:
|
||||
self.miner_pats = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue