mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-23 19:31:00 +08:00
fix path to transaction broadcaster
This commit is contained in:
@@ -754,7 +754,7 @@ def transaction_broadcaster_start(config_path):
|
||||
print 'blockstack-transaction-broadcaster is not installed'
|
||||
return
|
||||
|
||||
p = subprocess.Popen('which blockstack-gaia-hub', shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
|
||||
p = subprocess.Popen('which blockstack-transaction-broadcaster', shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
|
||||
out, err = p.communicate()
|
||||
rc = p.returncode
|
||||
if rc != 0:
|
||||
|
||||
Reference in New Issue
Block a user