make gen
This commit is contained in:
parent
920d0c9e0a
commit
0881a01433
@ -727,7 +727,7 @@ type FullNode interface {
|
|||||||
// MethodGroup: Paych
|
// MethodGroup: Paych
|
||||||
// The Paych methods are for interacting with and managing payment channels
|
// 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
|
// 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.
|
// 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
|
// - When opts.OffChain is true, this call will not cause any messages to be sent to the chain (no automatic
|
||||||
|
@ -80,7 +80,7 @@ var daemonStopCmd = &cli.Command{
|
|||||||
// DaemonCmd is the `go-lotus daemon` command
|
// DaemonCmd is the `go-lotus daemon` command
|
||||||
var DaemonCmd = &cli.Command{
|
var DaemonCmd = &cli.Command{
|
||||||
Name: "daemon",
|
Name: "daemon",
|
||||||
Usage: "Start a lotus daemon process (test change)",
|
Usage: "Start a lotus daemon process",
|
||||||
Flags: []cli.Flag{
|
Flags: []cli.Flag{
|
||||||
&cli.StringFlag{
|
&cli.StringFlag{
|
||||||
Name: "api",
|
Name: "api",
|
||||||
|
Loading…
Reference in New Issue
Block a user