aboutsummaryrefslogtreecommitdiff
path: root/contrib/wallettools/walletchangepass.py
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/wallettools/walletchangepass.py')
-rw-r--r--contrib/wallettools/walletchangepass.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/contrib/wallettools/walletchangepass.py b/contrib/wallettools/walletchangepass.py
deleted file mode 100644
index 30f3f5b26a..0000000000
--- a/contrib/wallettools/walletchangepass.py
+++ /dev/null
@@ -1,5 +0,0 @@
-from jsonrpc import ServiceProxy
-access = ServiceProxy("http://127.0.0.1:8332")
-pwd = raw_input("Enter old wallet passphrase: ")
-pwd2 = raw_input("Enter new wallet passphrase: ")
-access.walletpassphrasechange(pwd, pwd2) \ No newline at end of file