diff --git a/_posts/2022-04-29-monero-0.17.3.2-released.md b/_posts/2022-04-29-monero-0.17.3.2-released.md index 44cb8644..e6205fdc 100644 --- a/_posts/2022-04-29-monero-0.17.3.2-released.md +++ b/_posts/2022-04-29-monero-0.17.3.2-released.md @@ -24,7 +24,7 @@ Some highlights of this point release are: - Wallet: fix stagenet restore height estimation (#[8196](https://github.com/monero-project/monero/pull/8196)) - Daemon: replace outdated seed nodes (#[8222](https://github.com/monero-project/monero/pull/8222), #[8131](https://github.com/monero-project/monero/pull/8131)) - Daemon: don't require `--rpc-login` with `--rpc-access-control-origins` (#[8227](https://github.com/monero-project/monero/pull/8227)) -- Daemon: add a sanity check to RPC input data size (#[8276](https://github.com/monero-project/monero/pull/8276)) [Reported by m[3100](https://github.com/monero-project/monero/pull/3100)7] +- Daemon: add a sanity check to RPC input data size (#[8276](https://github.com/monero-project/monero/pull/8276)) [Reported by m31007] - RPC: support authentication with `set_daemon` command (#[8166](https://github.com/monero-project/monero/pull/8166)) - Fix compilation on OpenBSD RISC-V (#[8241](https://github.com/monero-project/monero/pull/8241)) - Minor bug fixes