include BLOCKSTACK_DEBUG

This commit is contained in:
Jude Nelson
2017-06-16 18:39:38 -04:00
parent 6cdf12bd52
commit a8271d7fc9

View File

@@ -32,7 +32,7 @@ parent_dir = os.path.abspath(current_dir + "/../")
from ..constants import TX_EXPIRED_INTERVAL, TX_CONFIRMATIONS_NEEDED, TX_MIN_CONFIRMATIONS
from ..constants import MAXIMUM_NAMES_PER_ADDRESS
from ..constants import BLOCKSTACK_TEST, BLOCKSTACK_DRY_RUN
from ..constants import CONFIG_PATH
from ..constants import CONFIG_PATH, BLOCKSTACK_DEBUG
from ..logger import get_logger