This commit is contained in:
Łukasz Magiera 2023-01-04 15:35:35 +01:00
parent 920d0c9e0a
commit 0881a01433
2 changed files with 2 additions and 2 deletions

View File

@ -727,7 +727,7 @@ type FullNode interface {
// MethodGroup: Paych
// The Paych methods are for interacting with and managing payment channels
// PaychGet gets or creates a payment channel between address pair (test change)
// PaychGet gets or creates a payment channel between address pair
// The specified amount will be reserved for use. If there aren't enough non-reserved funds
// available, funds will be added through an on-chain message.
// - When opts.OffChain is true, this call will not cause any messages to be sent to the chain (no automatic

View File

@ -80,7 +80,7 @@ var daemonStopCmd = &cli.Command{
// DaemonCmd is the `go-lotus daemon` command
var DaemonCmd = &cli.Command{
Name: "daemon",
Usage: "Start a lotus daemon process (test change)",
Usage: "Start a lotus daemon process",
Flags: []cli.Flag{
&cli.StringFlag{
Name: "api",