From 20453042c99f4aeff8bfab9ca10477213997ca65 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Mon, 23 Dec 2019 18:11:40 -0500 Subject: [PATCH] Update ac_private test, which almost passes --- qa/rpc-tests/ac_private.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/qa/rpc-tests/ac_private.py b/qa/rpc-tests/ac_private.py index 43febdeea..9b462f50d 100755 --- a/qa/rpc-tests/ac_private.py +++ b/qa/rpc-tests/ac_private.py @@ -1,6 +1,8 @@ #!/usr/bin/env python2 -# Copyright (c) 2019 The Hush developers +# Copyright (c) 2018-2020 The Hush developers # Copyright (c) 2018 SuperNET developers +# Released under the GPLv3 + # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -35,7 +37,7 @@ class AssetChainPrivateTest (BitcoinTestFramework): def setup_network(self, split = False): 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, extra_args=[[ # always give -ac_name as first extra_arg and port as third