Merge pull request #3774 from filecoin-project/fix/paych-status-missing

add paych status command to list
This commit is contained in:
Łukasz Magiera
2020-09-11 21:45:25 +02:00
committed by GitHub
+1
View File
@@ -28,6 +28,7 @@ var paychCmd = &cli.Command{
paychListCmd,
paychVoucherCmd,
paychSettleCmd,
paychStatusCmd,
paychCloseCmd,
},
}