link added on setup

This commit is contained in:
0ceanSlim 2023-11-08 21:38:37 -05:00
parent fcf106be87
commit 93317ec816

View File

@ -61,7 +61,9 @@ def main():
"Do you have credentials for your Elements node RPC (yes/no)? " "Do you have credentials for your Elements node RPC (yes/no)? "
).lower() ).lower()
if user_input == "no": if user_input == "no":
print("Please follow the instructions to set up an Elements node: [LINK]") print(
"Please follow the instructions to set up an Elements node: [https://docs.liquid.net/docs/building-on-liquid]"
)
sys.exit(1) sys.exit(1)
elif user_input == "yes": elif user_input == "yes":
get_rpc_config() get_rpc_config()