Bitcoin to NYC3 and update gitian compile code

This commit is contained in:
Akshay
2019-06-09 12:22:49 +03:00
parent d8192b664c
commit 516a7bafec
921 changed files with 1868 additions and 1858 deletions
+3 -3
View File
@@ -1,11 +1,11 @@
#!/usr/bin/env python3
# Copyright (c) 2019 The Bitcoin Core developers
# Copyright (c) 2019 The NYC3 Core developers
# Distributed under the MIT software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
"""Test RPC misc output."""
import xml.etree.ElementTree as ET
from test_framework.test_framework import BitcoinTestFramework
from test_framework.test_framework import NYC3TestFramework
from test_framework.util import (
assert_raises_rpc_error,
assert_equal,
@@ -16,7 +16,7 @@ from test_framework.util import (
from test_framework.authproxy import JSONRPCException
class RpcMiscTest(BitcoinTestFramework):
class RpcMiscTest(NYC3TestFramework):
def set_test_params(self):
self.num_nodes = 1