aboutsummaryrefslogtreecommitdiff
path: root/src/test/i2p_tests.cpp
diff options
context:
space:
mode:
authorVasil Dimov <vd@FreeBSD.org>2022-06-08 15:27:11 +0200
committerVasil Dimov <vd@FreeBSD.org>2022-08-11 17:51:18 +0200
commit2b781ad66e34000037f589c71366c203255ed058 (patch)
treeb32f162f1f1338797331c4385f3831db824f9ecd /src/test/i2p_tests.cpp
parentc012875b9ded0a5183602f002738ca823d559518 (diff)
downloadbitcoin-2b781ad66e34000037f589c71366c203255ed058.tar.xz
i2p: add support for creating transient sessions
Instead of providing our destination (private key) to the I2P proxy when creating the session, ask it to generate one for us and do not save it on disk.
Diffstat (limited to 'src/test/i2p_tests.cpp')
-rw-r--r--src/test/i2p_tests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/i2p_tests.cpp b/src/test/i2p_tests.cpp
index bd9ba4b8f7..80684ac205 100644
--- a/src/test/i2p_tests.cpp
+++ b/src/test/i2p_tests.cpp
@@ -30,7 +30,7 @@ BOOST_AUTO_TEST_CASE(unlimited_recv)
i2p::sam::Session session(gArgs.GetDataDirNet() / "test_i2p_private_key", CService{}, &interrupt);
{
- ASSERT_DEBUG_LOG("Creating SAM session");
+ ASSERT_DEBUG_LOG("Creating persistent SAM session");
ASSERT_DEBUG_LOG("too many bytes without a terminator");
i2p::Connection conn;