Browse Source

Merge pull request #5432

db0916b Fix missing python2 in rpc-tests (Matt Corallo)

Signed-off-by: Gavin Andresen <gavinandresen@gmail.com>
metaverse
Gavin Andresen 10 years ago
parent
commit
4383319e4e
No known key found for this signature in database GPG Key ID: 7588242FBE38D3A8
  1. 2
      qa/rpc-tests/mempool_resurrect_test.py
  2. 2
      qa/rpc-tests/mempool_spendcoinbase.py
  3. 2
      qa/rpc-tests/rest.py

2
qa/rpc-tests/mempool_resurrect_test.py

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
# Copyright (c) 2014 The Bitcoin Core developers
# Distributed under the MIT software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php.

2
qa/rpc-tests/mempool_spendcoinbase.py

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
# Copyright (c) 2014 The Bitcoin Core developers
# Distributed under the MIT software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php.

2
qa/rpc-tests/rest.py

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
# Copyright (c) 2014 The Bitcoin Core developers
# Distributed under the MIT software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php.

Loading…
Cancel
Save