From 7354f01c8e55c21ffb8c759996160cd4111a7d16 Mon Sep 17 00:00:00 2001 From: BTChip Date: Mon, 25 Aug 2014 17:25:02 +0200 Subject: [PATCH] lib.util->electrum.util --- plugins/btchipwallet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/btchipwallet.py b/plugins/btchipwallet.py index c9ac18d0a..c4c08d601 100644 --- a/plugins/btchipwallet.py +++ b/plugins/btchipwallet.py @@ -16,7 +16,7 @@ from electrum.plugins import BasePlugin from electrum.transaction import deserialize from electrum.wallet import NewWallet -from lib.util import format_satoshis +from electrum.util import format_satoshis import hashlib try: