We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5a1298d + 9202548 commit b3980ddCopy full SHA for b3980dd
ts/session/onions/onionSend.ts
@@ -274,7 +274,7 @@ const sendViaOnionV4ToNonSnodeWithRetries = async (
274
// NOTE if there are no snodes available, we want to refresh the snode pool from the seed
275
if (e instanceof OnionPathEmptyError) {
276
window?.log?.warn(
277
- 'endViaOnionV4ToNonSnodeWithRetries failed, no path available, refreshing snode pool'
+ 'sendViaOnionV4ToNonSnodeWithRetries failed, no path available, refreshing snode pool'
278
);
279
void SnodePool.forceRefreshRandomSnodePool();
280
}
0 commit comments