fix(paych): add status command to list
Add paych status cmd to list of payment channel sub commands
This commit is contained in:
parent
232cc320bd
commit
56b237e7b8
@ -28,6 +28,7 @@ var paychCmd = &cli.Command{
|
||||
paychListCmd,
|
||||
paychVoucherCmd,
|
||||
paychSettleCmd,
|
||||
paychStatusCmd,
|
||||
paychCloseCmd,
|
||||
},
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user