SomberNight
7 years ago
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
1 changed files with
1 additions and
2 deletions
-
electrum/gui/qt/paytoedit.py
|
@ -34,8 +34,7 @@ from .qrtextedit import ScanQRTextEdit |
|
|
from .completion_text_edit import CompletionTextEdit |
|
|
from .completion_text_edit import CompletionTextEdit |
|
|
from . import util |
|
|
from . import util |
|
|
|
|
|
|
|
|
RE_ADDRESS = '[1-9A-HJ-NP-Za-km-z]{26,}' |
|
|
RE_ALIAS = '(.*?)\s*\<([0-9A-Za-z]{1,})\>' |
|
|
RE_ALIAS = '(.*?)\s*\<([1-9A-HJ-NP-Za-km-z]{26,})\>' |
|
|
|
|
|
|
|
|
|
|
|
frozen_style = "QWidget { background-color:none; border:none;}" |
|
|
frozen_style = "QWidget { background-color:none; border:none;}" |
|
|
normal_style = "QPlainTextEdit { }" |
|
|
normal_style = "QPlainTextEdit { }" |
|
|