Browse Source

setframe

283
ThomasV 11 years ago
parent
commit
1a35ed3573
  1. 4
      gui/qt/paytoedit.py

4
gui/qt/paytoedit.py

@ -51,6 +51,10 @@ class PayToEdit(QTextEdit):
e.setFrame(True)
def setFrame(self, b):
pass
def parse_address_and_amount(self, line):
x, y = line.split(',')
address = self.parse_address(x)

Loading…
Cancel
Save