aboutsummaryrefslogtreecommitdiff
path: root/contrib/wallettools/walletunlock.py
diff options
context:
space:
mode:
authorsuper3 <me@super3.org>2013-11-11 08:48:46 -0500
committersuper3 <me@super3.org>2013-11-15 12:31:59 -0500
commit43bba5d012eb770eb32699fa1cbbab3498d6db40 (patch)
tree3464d9346ee7e5e164a078fefe2e45cc24f31fef /contrib/wallettools/walletunlock.py
parenta11dd1e67c76197ca4e01dd18825ff053dfb7772 (diff)
downloadbitcoin-43bba5d012eb770eb32699fa1cbbab3498d6db40.tar.xz
Remove Wallet Tools
We already have the exact same funtionality in /contrib/bitrpc/bitrpc.py If we really do need standalone scripts, then I'll write something to pull it from that file, rather than having duplicate code. Forgot to remove wallet tools from index. Wallet Tools Follow Up Info
Diffstat (limited to 'contrib/wallettools/walletunlock.py')
-rw-r--r--contrib/wallettools/walletunlock.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/contrib/wallettools/walletunlock.py b/contrib/wallettools/walletunlock.py
deleted file mode 100644
index f847c6fe61..0000000000
--- a/contrib/wallettools/walletunlock.py
+++ /dev/null
@@ -1,4 +0,0 @@
-from jsonrpc import ServiceProxy
-access = ServiceProxy("http://127.0.0.1:8332")
-pwd = raw_input("Enter wallet passphrase: ")
-access.walletpassphrase(pwd, 60) \ No newline at end of file