diff options
Diffstat (limited to 'contrib/wallettools/walletunlock.py')
-rw-r--r-- | contrib/wallettools/walletunlock.py | 4 |
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 |