Skip to content

Commit

Permalink
Merge pull request #6582 from IPFSUnion/master
Browse files Browse the repository at this point in the history
  • Loading branch information
magik6k authored Jun 24, 2021
2 parents ae38dfe + 7c07dc9 commit 64e05ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/multisig.go
Original file line number Diff line number Diff line change
Expand Up @@ -1428,7 +1428,7 @@ var msigLockCancelCmd = &cli.Command{
},
},
Action: func(cctx *cli.Context) error {
if cctx.Args().Len() != 6 {
if cctx.Args().Len() != 5 {
return ShowHelp(cctx, fmt.Errorf("must pass multisig address, tx id, start epoch, unlock duration, and amount"))
}

Expand Down

0 comments on commit 64e05ac

Please sign in to comment.