From: CryptoManiac Date: Tue, 22 Mar 2016 23:56:25 +0000 (+0300) Subject: Fix X-Git-Tag: nvc-v0.5.7~8 X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=commitdiff_plain;h=03893bd29368dcf4d4e4581d53aa1d0eba15248a Fix --- diff --git a/contrib/seeds/getseeds.py b/contrib/seeds/getseeds.py index fb0f157..7a208e8 100755 --- a/contrib/seeds/getseeds.py +++ b/contrib/seeds/getseeds.py @@ -81,7 +81,7 @@ rpclisten = '127.0.0.1' if b'rpcport' in contents.keys(): rpcport = contents[b'rpcport'].decode() if b'rpclisten' in contents.keys(): - rpcuser = contents[b'rpclisten'].decode() + rpclisten = contents[b'rpclisten'].decode() access = AuthServiceProxy("http://"+rpcuser+":"+rpcpassword+"@"+rpclisten+":"+rpcport+"/")