Skip to content

Commit

Permalink
fix: missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
ecdsa committed Feb 3, 2016
1 parent 2a507b9 commit 8392fa9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions plugins/trustedcoin/qt.py
Expand Up @@ -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 *
Expand Down
2 changes: 0 additions & 2 deletions plugins/trustedcoin/trustedcoin.py
Expand Up @@ -35,8 +35,6 @@
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"
Expand Down

0 comments on commit 8392fa9

Please sign in to comment.