This commit is contained in:
ThomasV 2014-06-05 14:15:58 +02:00
parent 1cd3776e8f
commit 1a35ed3573
1 changed files with 4 additions and 0 deletions

View File

@ -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)