Fix
authorCryptoManiac <balthazar@yandex.ru>
Tue, 22 Mar 2016 23:56:25 +0000 (02:56 +0300)
committerCryptoManiac <balthazar@yandex.ru>
Tue, 22 Mar 2016 23:56:25 +0000 (02:56 +0300)
contrib/seeds/getseeds.py

index fb0f157..7a208e8 100755 (executable)
@@ -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+"/")