Skip to content

Commit

Permalink
update light_ip to json
Browse files Browse the repository at this point in the history
  • Loading branch information
hclivess committed Oct 2, 2019
1 parent f73fdf0 commit 8c27207
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ tor=False
allowed=127.0.0.1,192.168.0.1,any
ram=False
node_ip=127.0.0.1
light_ip=127.0.0.1,bismuth.live:8150,wallet.bismuth.online:8150,wallet1.bismuth.online:8150,wallet2.bismuth.online:8150,wallet.bismuthplatform.de:8150
light_ip={"127.0.0.1": "5658", "bismuth.live":"5658", "51.15.226.30" : "8150","wallet.bismuth.online":"8150","wallet1.bismuth.online":"8150","wallet2.bismuth.online":"8150","wallet.bismuthplatform.de":"8150"}
reveal_address=True
accept_peers=True
banlist=127.1.2.3
Expand Down
2 changes: 0 additions & 2 deletions options.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
from sys import exit
import json


class Get:

# "param_name":["type"] or "param_name"=["type","property_name"]
vars={
"port":["str"],
Expand Down

0 comments on commit 8c27207

Please sign in to comment.