electrum

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

commit 8392fa9504f431a44db21409e629b2b1c760ddff
parent 2a507b91c138f6cf8310b22ff0d4f774a29f5d3b
Author: ThomasV <thomasv@electrum.org>
Date:   Wed,  3 Feb 2016 10:40:37 +0100

fix: missing import

Diffstat:
Mplugins/trustedcoin/qt.py | 1+
Mplugins/trustedcoin/trustedcoin.py | 2--
2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/plugins/trustedcoin/qt.py b/plugins/trustedcoin/qt.py @@ -19,6 +19,7 @@ from functools import partial from threading import Thread import re +from decimal import Decimal from PyQt4.QtGui import * from PyQt4.QtCore import * diff --git a/plugins/trustedcoin/trustedcoin.py b/plugins/trustedcoin/trustedcoin.py @@ -35,8 +35,6 @@ from electrum.i18n import _ from electrum.plugins import BasePlugin, run_hook, hook from electrum.util import NotEnoughFunds -from decimal import Decimal - # signing_xpub is hardcoded so that the wallet can be restored from seed, without TrustedCoin's server signing_xpub = "xpub661MyMwAqRbcGnMkaTx2594P9EDuiEqMq25PM2aeG6UmwzaohgA6uDmNsvSUV8ubqwA3Wpste1hg69XHgjUuCD5HLcEp2QPzyV1HMrPppsL" billing_xpub = "xpub6DTBdtBB8qUmH5c77v8qVGVoYk7WjJNpGvutqjLasNG1mbux6KsojaLrYf2sRhXAVU4NaFuHhbD9SvVPRt1MB1MaMooRuhHcAZH1yhQ1qDU"