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
commit b83463ca76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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