Skip to content

Commit

Permalink
fix(doc): "lotus" spelling error (#12802)
Browse files Browse the repository at this point in the history
Signed-off-by: RiceChuan <[email protected]>
  • Loading branch information
RiceChuan authored Dec 30, 2024
1 parent edfa817 commit ac85fd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
2 changes: 1 addition & 1 deletion scripts/deploy-node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down

0 comments on commit ac85fd8

Please sign in to comment.