From ac85fd87c66ce3c239c4836efc02731a8ff76df9 Mon Sep 17 00:00:00 2001 From: leo Date: Mon, 30 Dec 2024 11:01:21 +0800 Subject: [PATCH] fix(doc): "lotus" spelling error (#12802) Signed-off-by: RiceChuan --- CHANGELOG.md | 2 +- scripts/deploy-node.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b096c616fb..5de6d8f9df4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ # UNRELEASED -- Add json output of tipsets to `louts chain list`. ([filecoin-project/lotus#12691](https://github.com/filecoin-project/lotus/pull/12691)) +- Add json output of tipsets to `lotus chain list`. ([filecoin-project/lotus#12691](https://github.com/filecoin-project/lotus/pull/12691)) - Remove IPNI advertisement relay over pubsub via Lotus node as it now has been deprecated. ([filecoin-project/lotus#12768](https://github.com/filecoin-project/lotus/pull/12768) - During a network upgrade, log migration progress every 2 seconds so they are more helpful and informative. The `LOTUS_MIGRATE_PROGRESS_LOG_SECONDS` environment variable can be used to change this if needed. ([filecoin-project/lotus#12732](https://github.com/filecoin-project/lotus/pull/12732)) - Add F3GetCertificate & F3GetLatestCertificate to the gateway. ([filecoin-project/lotus#12778](https://github.com/filecoin-project/lotus/pull/12778)) diff --git a/scripts/deploy-node.sh b/scripts/deploy-node.sh index fa6efa4d9ee..c17b3ba04b8 100755 --- a/scripts/deploy-node.sh +++ b/scripts/deploy-node.sh @@ -13,7 +13,7 @@ FILES_TO_SEND=( ./lotus ./lotus-miner scripts/lotus-daemon.service - scripts/louts-miner.service + scripts/lotus-miner.service ) rsync -P "${FILES_TO_SEND[@]}" "$HOST:~/lotus-stage/"