Add missing import

Closes #370
This commit is contained in:
Neil Booth 2018-02-12 11:44:26 +08:00
parent 76f4969a98
commit d075ebba86

View File

@ -15,6 +15,7 @@ from collections import defaultdict
from lib.hash import hash_to_str, hex_str_to_hash
import lib.util as util
from server.daemon import DaemonError
from server.db import UTXO
class MemPool(util.LoggedClass):