Skip to content
Snippets Groups Projects
Commit 639cce2d authored by Jake Taylor's avatar Jake Taylor
Browse files

fix bug

parent 352cf8e1
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,6 @@ import time ...@@ -20,7 +20,6 @@ import time
substrate_conn_freq = 10 # Frequency of attempting reconnects in seconds substrate_conn_freq = 10 # Frequency of attempting reconnects in seconds
xxdot_url = "" xxdot_url = ""
xxdot_reg = ""
ns_in_s = float(1e+9) # Conversion from nanosecond to second ns_in_s = float(1e+9) # Conversion from nanosecond to second
THOUSAND = 1_000 THOUSAND = 1_000
state_key = "consensus_points_timestamp" # Static key used for states table state_key = "consensus_points_timestamp" # Static key used for states table
...@@ -40,7 +39,6 @@ def main(): ...@@ -40,7 +39,6 @@ def main():
args = get_args() args = get_args()
log.info("Running with configuration: {}".format(args)) log.info("Running with configuration: {}".format(args))
xxdot_url = args['xxdot_url'] xxdot_url = args['xxdot_url']
xxdot_reg = args['xxdot_reg']
wallet_path = args['wallet_path'] wallet_path = args['wallet_path']
db_host = args['host'] db_host = args['host']
db_port = args['port'] db_port = args['port']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment