Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix docs droplet actor-funds add command #461

Merged
merged 2 commits into from
Oct 12, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/zh/快速启用.md
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ DealCid DealId Provider State On Chain? S
```shell
2022-01-20T12:47:27.966+0800 ERROR storagemarket_impl clientstates/client_states.go:324 deal bafyreif2k2e4acraxk33z3llwo5gqmk32tfrdj2kocjanojbfbf6vj72vm failed: adding market funds failed: estimating gas used: message execution failed: exit SysErrInsufficientFunds(6)
```
说明钱包余额不足,调用命令 `./droplet-client actor-funds add 100fil` 充值后重新执行命令.
说明钱包余额不足,调用命令 `./droplet-client actor-funds add --address f0xxx --from f3xxxxxxxxxx 100fil` 充值后重新执行命令.

##### 5. 导入离线订单的数据文件
需要将之前第2步生成的`.car`文件线下传输到droplet, 并通过droplet命令导入数据:
Expand Down