diff options
author | Andrew Chow <achow101-github@achow101.com> | 2017-06-18 10:05:33 -0700 |
---|---|---|
committer | Andrew Chow <achow101-github@achow101.com> | 2017-06-18 10:34:54 -0700 |
commit | 279fde58e39fe96b86a68586d5a857a31d3c81cd (patch) | |
tree | dc7c73fad1eb580a696385a8583b32617b700ccd /test/functional/p2p-segwit.py | |
parent | 3ec5ad88e67bba74c795575d52c97fd2c7e880c1 (diff) |
Check for rpcuser/rpcpassword first then for cookie
Better to check that rpcuser and rpcpassword exist then to check for
the cookie in the test framework.
Name an argument for consistency in p2p-segwit.py
Diffstat (limited to 'test/functional/p2p-segwit.py')
-rwxr-xr-x | test/functional/p2p-segwit.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/p2p-segwit.py b/test/functional/p2p-segwit.py index 1fa1c0710b..c332a47710 100755 --- a/test/functional/p2p-segwit.py +++ b/test/functional/p2p-segwit.py @@ -1944,7 +1944,7 @@ class SegWitTest(BitcoinTestFramework): self.test_signature_version_1() self.test_non_standard_witness() sync_blocks(self.nodes) - self.test_upgrade_after_activation(2) + self.test_upgrade_after_activation(node_id=2) self.test_witness_sigops() |