mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-15 06:28:38 +08:00
virtualchain compatibility
This commit is contained in:
@@ -424,7 +424,7 @@ class BlockstackdRPC(SimpleXMLRPCServer):
|
||||
"""
|
||||
Get the number of blocks the
|
||||
"""
|
||||
bitcoind_opts = blockstack_client.default_bitcoind_opts( virtualchain.get_config_filename() )
|
||||
bitcoind_opts = blockstack_client.default_bitcoind_opts( virtualchain.get_config_filename(), prefix=True )
|
||||
bitcoind = get_bitcoind( new_bitcoind_opts=bitcoind_opts, new=True )
|
||||
|
||||
if bitcoind is None:
|
||||
|
||||
Reference in New Issue
Block a user