blog: fix incorrect link

This commit is contained in:
selsta 2022-04-30 00:46:52 +02:00
parent 400247e68b
commit 6ccde09112
No known key found for this signature in database
GPG Key ID: 2EA0A99A8B07AE5E

View File

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