From 23814a56ee2a79c762de89f78400213db1b513d1 Mon Sep 17 00:00:00 2001 From: liamcottle Date: Fri, 26 Sep 2025 17:25:12 +1200 Subject: [PATCH] add deprecation notice --- src/connection/connection.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/connection/connection.js b/src/connection/connection.js index 5e46f65..1f2c503 100644 --- a/src/connection/connection.js +++ b/src/connection/connection.js @@ -1637,6 +1637,7 @@ class Connection extends EventEmitter { }); } + // @deprecated migrate to using tracePath instead. pingRepeaterZeroHop will be removed in a future update pingRepeaterZeroHop(contactPublicKey, timeoutMillis) { return new Promise(async (resolve, reject) => { try {