serinko преди 4 години
родител
ревизия
8071df419c
променени са 1 файла, в които са добавени 3 реда и са изтрити 2 реда
  1. 3 2
      texts_cli.py

+ 3 - 2
texts_cli.py

@@ -56,11 +56,12 @@ def _ask_new_choice():
 
 
 def _choose_network():
 def _choose_network():
     """Gives a choice of networks to work with"""
     """Gives a choice of networks to work with"""
-    line_0 = ("\nPlease chose the network for the wallet address:",)
+    line_0 = ("**","Please chose the network for the wallet address:")
+    line = ("---", "---------------------------------",)
     line_1 = ("1 -","EVM; Etherum main net and any forks (BSC, Poly..)")
     line_1 = ("1 -","EVM; Etherum main net and any forks (BSC, Poly..)")
     line_2 = ("2 -","SPL; Solana Program Platform")
     line_2 = ("2 -","SPL; Solana Program Platform")
     line_3 = ("3 -","BTC; Bitcoin")
     line_3 = ("3 -","BTC; Bitcoin")
-    table = [ line_0, line_1, line_2, line_3]
+    table = [ line_0, line, line_1, line_2, line_3]
     return table
     return table
 
 
 def _prompt_address():
 def _prompt_address():