From 8432171283f480199c1e25d6d9fbb1f507aaa701 Mon Sep 17 00:00:00 2001 From: Kevin Heifner Date: Mon, 20 Jun 2022 19:48:42 -0500 Subject: [PATCH] GH#428 Remove confusing error message. --- programs/cleos/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/programs/cleos/main.cpp b/programs/cleos/main.cpp index 0ac37cfef1..178109a0b5 100644 --- a/programs/cleos/main.cpp +++ b/programs/cleos/main.cpp @@ -269,7 +269,6 @@ fc::variant call( const std::string& url, exec_name = key_store_executable_name; } std::cerr << localized( "Failed http request to ${n} at ${u}; is ${n} running?\n" - " Common issue is message size too large. Check the log of ${n}.\n" " Error: ${e}", ("n", exec_name)("u", url)("e", e.what()) ) << std::endl; throw connection_exception(fc::log_messages{FC_LOG_MESSAGE(error, e.what())});