Update ac_private test, which almost passes

This commit is contained in:
Duke Leto
2019-12-23 18:11:40 -05:00
parent 83be3aa4e1
commit 20453042c9

View File

@@ -1,6 +1,8 @@
#!/usr/bin/env python2 #!/usr/bin/env python2
# Copyright (c) 2019 The Hush developers # Copyright (c) 2018-2020 The Hush developers
# Copyright (c) 2018 SuperNET developers # Copyright (c) 2018 SuperNET developers
# Released under the GPLv3
# Distributed under the MIT software license, see the accompanying # Distributed under the MIT software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php. # file COPYING or http://www.opensource.org/licenses/mit-license.php.
@@ -35,7 +37,7 @@ class AssetChainPrivateTest (BitcoinTestFramework):
def setup_network(self, split = False): def setup_network(self, split = False):
print("Setting up network...") print("Setting up network...")
# These nodes simulate the ARRR asset chain parameters # These nodes simulate z2z asset chain parameters
self.nodes = start_nodes(self.num_nodes, self.options.tmpdir, self.nodes = start_nodes(self.num_nodes, self.options.tmpdir,
extra_args=[[ extra_args=[[
# always give -ac_name as first extra_arg and port as third # always give -ac_name as first extra_arg and port as third