Merge pull request #1956

blog: fix incorrect link
This commit is contained in:
luigi1111 2022-06-30 14:03:22 -05:00 committed by GitHub
commit c3d23ca70d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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