fix(paych): add status command to list

Add paych status cmd to list of payment channel sub commands
This commit is contained in:
hannahhoward 2020-09-10 16:00:23 -07:00
parent 232cc320bd
commit 56b237e7b8

View File

@ -28,6 +28,7 @@ var paychCmd = &cli.Command{
paychListCmd,
paychVoucherCmd,
paychSettleCmd,
paychStatusCmd,
paychCloseCmd,
},
}