aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenrik Jonsson <[email protected]>2017-12-05 14:47:54 +0000
committerHenrik Jonsson <[email protected]>2017-12-05 14:47:56 +0000
commit6d2f277b1905de93bade8e589895403b13b30c5c (patch)
tree7cba77c7d5f4b59f8af66eb74f418fd7952dfe31
parentMerge #11556: [Qt] Improved copy for RBF checkbox and tooltip (diff)
downloaddiscoin-6d2f277b1905de93bade8e589895403b13b30c5c.tar.xz
discoin-6d2f277b1905de93bade8e589895403b13b30c5c.zip
rpcuser.py: Use 'python' not 'python2'
-rwxr-xr-xshare/rpcuser/rpcuser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/rpcuser/rpcuser.py b/share/rpcuser/rpcuser.py
index 63c69e308..6d9b44f69 100755
--- a/share/rpcuser/rpcuser.py
+++ b/share/rpcuser/rpcuser.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2
+#!/usr/bin/env python
# Copyright (c) 2015-2016 The Bitcoin Core developers
# Distributed under the MIT software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php.