From: CryptoManiac Date: Fri, 15 Aug 2014 22:49:01 +0000 (+0400) Subject: Merge remote-tracking branch 'remotes/origin_project/master' X-Git-Tag: v0.4.4.6-nvc-update8~1^2~1^2~1 X-Git-Url: https://git.novaco.in/?a=commitdiff_plain;h=41e2a87fa5b89259df09568637d688c19c7755f3;hp=556ce5b71bb1cb6bf429e03b0288ac873b5ee22d;p=novacoin.git Merge remote-tracking branch 'remotes/origin_project/master' --- diff --git a/contrib/wallettools/walletchangepass.py b/contrib/wallettools/walletchangepass.py index 30f3f5b..0b5859f 100644 --- a/contrib/wallettools/walletchangepass.py +++ b/contrib/wallettools/walletchangepass.py @@ -1,5 +1,5 @@ from jsonrpc import ServiceProxy -access = ServiceProxy("http://127.0.0.1:8332") +access = ServiceProxy("http://127.0.0.1:8344") pwd = raw_input("Enter old wallet passphrase: ") pwd2 = raw_input("Enter new wallet passphrase: ") access.walletpassphrasechange(pwd, pwd2) \ No newline at end of file diff --git a/contrib/wallettools/walletunlock.py b/contrib/wallettools/walletunlock.py index f847c6f..17ad07a 100644 --- a/contrib/wallettools/walletunlock.py +++ b/contrib/wallettools/walletunlock.py @@ -1,4 +1,5 @@ from jsonrpc import ServiceProxy -access = ServiceProxy("http://127.0.0.1:8332") +access = ServiceProxy("http://127.0.0.1:8344") pwd = raw_input("Enter wallet passphrase: ") -access.walletpassphrase(pwd, 60) \ No newline at end of file +access.walletpassphrase(pwd, 60) +