From 5ef5ae6c76b2284d0b1203e55e924f0de8a1ae90 Mon Sep 17 00:00:00 2001 From: Julian Rubino Date: Wed, 12 Jun 2024 09:49:40 +0900 Subject: [PATCH] update PR number --- changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index a498681246..1dfe34192d 100644 --- a/changelog.md +++ b/changelog.md @@ -26,7 +26,7 @@ * [2313](https://github.com/zeta-chain/node/pull/2313) - add `CheckAuthorization` function to replace the `IsAuthorized` function. The new function uses the authorization list to verify the signer's authorization. * [2312](https://github.com/zeta-chain/node/pull/2312) - add queries `ShowAuthorization` and `ListAuthorizations` * [2325](https://github.com/zeta-chain/node/pull/2325) - revert telemetry server changes -* [2325](https://github.com/zeta-chain/node/pull/2339) - add binaries related question to syncing issue form +* [2339](https://github.com/zeta-chain/node/pull/2339) - add binaries related question to syncing issue form ### Refactor