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 {