Merge pull request #1170 from filecoin-project/@jimmylee/docs-update

lotus client list-deals
This commit is contained in:
Jim 2020-01-29 00:52:53 -08:00 committed by GitHub
commit 73c7f40ce3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,6 +49,12 @@ Store a **Data CID** with a miner:
lotus client deal <Data CID> <miner> <price> <duration>
```
Check the status of a deal:
```sh
lotus client list-deals
```
- Price is in attoFIL.
- The `duration`, which represents how long the miner will keep your file hosted, is represented in blocks. Each block represents 45 seconds.