WIP: fix payment channel locking

This commit is contained in:
Dirk McCormick
2020-08-06 12:04:10 -04:00
parent bf9116c65a
commit fdfccf0466
21 changed files with 2744 additions and 422 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ var paychCmd = &cli.Command{
var paychGetCmd = &cli.Command{
Name: "get",
Usage: "Create a new payment channel or get existing one",
Usage: "Create a new payment channel or get existing one and add amount to it",
ArgsUsage: "[fromAddress toAddress amount]",
Action: func(cctx *cli.Context) error {
if cctx.Args().Len() != 3 {