diff --git a/programs/cleos/main.cpp b/programs/cleos/main.cpp index 75b7de926c668b7aaa57f68d49aee9356ece05a2..b9ec7be934abba20d2add3aa4416e5449680f939 100644 --- a/programs/cleos/main.cpp +++ b/programs/cleos/main.cpp @@ -149,8 +149,8 @@ FC_DECLARE_EXCEPTION( localized_exception, 10000000, "an error occured" ); FC_MULTILINE_MACRO_END \ ) -string url = "http://localhost:8888/"; -string wallet_url = "http://localhost:8900/"; +string url = "http://127.0.0.1:8888/"; +string wallet_url = "http://127.0.0.1:8900/"; bool no_verify = false; vector headers;