mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-18 12:06:26 +08:00
fix bitcoind connection bug that restores SNV
This commit is contained in:
@@ -65,7 +65,7 @@ def get_bitcoind_client():
|
||||
bitcoind_user = bitcoind_opts['bitcoind_user']
|
||||
bitcoind_passwd = bitcoind_opts['bitcoind_passwd']
|
||||
|
||||
return create_bitcoind_service_proxy(bitcoind_user, bitcoind_password, server=bitcoind_host, port=bitcoind_port)
|
||||
return create_bitcoind_service_proxy(bitcoind_user, bitcoind_passwd, server=bitcoind_host, port=bitcoind_port)
|
||||
|
||||
|
||||
def txid_to_block_data(txid, bitcoind_proxy, proxy=None):
|
||||
|
||||
Reference in New Issue
Block a user