electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 1a35ed35739640366593a719c3cf414c305a474e
parent 1cd3776e8ff2ef7641d8d3848157074ec5abfe3f
Author: ThomasV <thomasv@gitorious>
Date:   Thu,  5 Jun 2014 14:15:58 +0200

setframe

Diffstat:
Mgui/qt/paytoedit.py | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/gui/qt/paytoedit.py b/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)