You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: qa/pull-tester/rpc-tests.py
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
-
#!/usr/bin/env python2
2
-
# Copyright (c) 2014-2015 The Bitcoin Core developers
1
+
#!/usr/bin/env python3
2
+
# Copyright (c) 2014-2016 The Bitcoin Core developers
3
3
# Distributed under the MIT software license, see the accompanying
4
4
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
# Copyright (c) 2013-2014 The Bitcoin Core developers
1
+
#!/usr/bin/env python3
2
+
# Copyright (c) 2013-2016 The Bitcoin Core developers
3
3
# Distributed under the MIT software license, see the accompanying
4
4
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
Copy file name to clipboardExpand all lines: qa/rpc-tests/abandonconflict.py
+7-10Lines changed: 7 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,12 @@
1
-
#!/usr/bin/env python2
2
-
# Copyright (c) 2014-2015 The Bitcoin Core developers
1
+
#!/usr/bin/env python3
2
+
# Copyright (c) 2014-2016 The Bitcoin Core developers
3
3
# Distributed under the MIT software license, see the accompanying
4
4
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
Copy file name to clipboardExpand all lines: qa/rpc-tests/bip65-cltv-p2p.py
+7-8Lines changed: 7 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,7 @@
1
-
#!/usr/bin/env python2
2
-
# Copyright (c) 2015 The Bitcoin Core developers
3
-
# Distributed under the MIT/X11 software license, see the accompanying
1
+
#!/usr/bin/env python3
2
+
# Copyright (c) 2015-2016 The Bitcoin Core developers
3
+
# Distributed under the MIT software license, see the accompanying
4
4
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
Copy file name to clipboardExpand all lines: qa/rpc-tests/bip65-cltv.py
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
-
#!/usr/bin/env python2
2
-
# Copyright (c) 2015 The Bitcoin Core developers
1
+
#!/usr/bin/env python3
2
+
# Copyright (c) 2015-2016 The Bitcoin Core developers
3
3
# Distributed under the MIT software license, see the accompanying
4
4
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
5
5
@@ -32,7 +32,7 @@ def run_test(self):
32
32
raiseAssertionError("Failed to mine 100 version=3 blocks")
33
33
34
34
# Mine 750 new-version blocks
35
-
foriinxrange(15):
35
+
foriinrange(15):
36
36
self.nodes[2].generate(50)
37
37
self.sync_all()
38
38
if (self.nodes[0].getblockcount() !=cnt+850):
@@ -49,7 +49,7 @@ def run_test(self):
49
49
# TODO: check that new CHECKLOCKTIMEVERIFY rules are enforced
0 commit comments