Skip to content

Commit

Permalink
Print out the starting information
Browse files Browse the repository at this point in the history
  • Loading branch information
JackieChain committed Feb 12, 2024
1 parent accf1cf commit 6e5a711
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions start_aks_bsv.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def start(self):
print("Alert System Microservice has already started, waiting to be synced...")
self.wait_for_synced()
return
report("Starting the ASM...")
print("Starting the Alert System Microservice...")
self.run()

# Representing the BSV bitcoin-cli.
Expand Down Expand Up @@ -245,7 +245,7 @@ def start(self):
# At this point we assume the node is not running yet
report("BSV node has not started yet")
report_exception("Exception was", e)
report("Starting the node...")
print("Starting the BSV node...")
self.run_node()

verbose = False
Expand Down

0 comments on commit 6e5a711

Please sign in to comment.