mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
Merge db63bfbe7c into merged_master (Bitcoin PR bitcoin/bitcoin#31580)
This commit is contained in:
commit
b6b244dfdc
1 changed files with 0 additions and 7 deletions
|
|
@ -194,13 +194,6 @@ BOOST_AUTO_TEST_CASE(cnetaddr_basic)
|
|||
BOOST_CHECK(!addr.IsBindAny());
|
||||
BOOST_CHECK_EQUAL(addr.ToStringAddr(), scoped_addr);
|
||||
|
||||
// Test that the delimiter "%" and default zone id of 0 can be omitted for the default scope.
|
||||
addr = LookupHost(link_local + "%0", false).value();
|
||||
BOOST_REQUIRE(addr.IsValid());
|
||||
BOOST_REQUIRE(addr.IsIPv6());
|
||||
BOOST_CHECK(!addr.IsBindAny());
|
||||
BOOST_CHECK_EQUAL(addr.ToStringAddr(), link_local);
|
||||
|
||||
// TORv2, no longer supported
|
||||
BOOST_CHECK(!addr.SetSpecial("6hzph5hv6337r6p2.onion"));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue