diff --git a/bigchaindb/consensus.py b/bigchaindb/consensus.py index b65ab9ad..a1d37be4 100644 --- a/bigchaindb/consensus.py +++ b/bigchaindb/consensus.py @@ -2,7 +2,7 @@ from abc import ABCMeta, abstractmethod import bigchaindb.exceptions as exceptions from bigchaindb import util -from bigchaindb.crypto import hash_data, PublicKey +from bigchaindb.crypto.asymmetric import hash_data class AbstractConsensusRules(metaclass=ABCMeta):