mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-24 03:45:38 +08:00
add missing imports
This commit is contained in:
@@ -52,6 +52,8 @@ from .blockchain_info import broadcast_transaction as blockchain_info_broadcast_
|
||||
from .blockstack_explorer import get_unspents as blockstack_explorer_get_unspents
|
||||
from .blockstack_explorer import broadcast_transaction as blockstack_explorer_broadcast_transaction
|
||||
|
||||
from .blockstack_utxo import get_unspents as blockstack_utxo_get_unspents
|
||||
from .blockstack_utxo import broadcast_transaction as blockstack_utxo_broadcast_transaction
|
||||
|
||||
DEBUG = True
|
||||
FIRST_BLOCK_MAINNET = 373601 # well-known value for blockstack-server; doesn't ever change
|
||||
|
||||
Reference in New Issue
Block a user