1
0
This commit is contained in:
ThomasV
2014-06-05 14:15:58 +02:00
parent 1cd3776e8f
commit 1a35ed3573

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)