Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into feat/add-weth-lending…
Browse files Browse the repository at this point in the history
…-strategy
  • Loading branch information
Divya-Solulab committed Dec 10, 2024
2 parents 63689ca + 8379a55 commit c0f782e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ def get_masked_input(prompt: str) -> str:
password = ""
sys.stdout.write(prompt)
sys.stdout.flush()

fd = sys.stdin.fileno()
old_settings = termios.tcgetattr(fd)
try:
Expand Down Expand Up @@ -250,7 +251,6 @@ def ask_confirm_password() -> str:
print("Passwords do not match. Terminating.")
sys.exit(1)


def check_rpc(rpc_url: str) -> None:
spinner = Halo(text=f"Checking RPC...", spinner="dots")
spinner.start()
Expand Down

0 comments on commit c0f782e

Please sign in to comment.