X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=contrib%2Fwallettools%2Fwalletchangepass.py;h=0b5859f34957f77f6a93693f968f691faa51db37;hb=5f2e4fa4676b142f7696e07d6ba7050a6f127f23;hp=30f3f5b26a14a4bcee3ec79d958fd58d8ed00fff;hpb=26dd6dcf4dd0a257d867b9bcea631633096b5bfe;p=novacoin.git 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