提交 e417f2f5 编写于 作者: T t10471

fix ignore ipv6

上级 5875549c
......@@ -136,6 +136,7 @@ namespace eosio { namespace client { namespace http {
for(const auto& r : result) {
const auto& addr = r.endpoint().address();
if (addr.is_v6()) continue;
uint16_t port = r.endpoint().port();
resolved_addresses.emplace_back(addr.to_string());
is_loopback = is_loopback && addr.is_loopback();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册