Skip to content

Commit ac85fd8

Browse files
authored
fix(doc): "lotus" spelling error (#12802)
Signed-off-by: RiceChuan <[email protected]>
1 parent edfa817 commit ac85fd8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
1010
# UNRELEASED
1111

12-
- Add json output of tipsets to `louts chain list`. ([filecoin-project/lotus#12691](https://github.com/filecoin-project/lotus/pull/12691))
12+
- Add json output of tipsets to `lotus chain list`. ([filecoin-project/lotus#12691](https://github.com/filecoin-project/lotus/pull/12691))
1313
- 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)
1414
- 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))
1515
- Add F3GetCertificate & F3GetLatestCertificate to the gateway. ([filecoin-project/lotus#12778](https://github.com/filecoin-project/lotus/pull/12778))

scripts/deploy-node.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ FILES_TO_SEND=(
1313
./lotus
1414
./lotus-miner
1515
scripts/lotus-daemon.service
16-
scripts/louts-miner.service
16+
scripts/lotus-miner.service
1717
)
1818

1919
rsync -P "${FILES_TO_SEND[@]}" "$HOST:~/lotus-stage/"

0 commit comments

Comments
 (0)