add deprecation notice

This commit is contained in:
liamcottle 2025-09-26 17:25:12 +12:00
parent 10b3079d14
commit 23814a56ee

View file

@ -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 {