This commit is contained in:
whyrusleeping
2020-10-14 23:04:15 -07:00
parent 6d771d29c7
commit 3bd2e2f777
+1 -1
View File
@@ -44,7 +44,7 @@ var multisigCmd = &cli.Command{
Usage: "Interact with a multisig wallet",
Flags: []cli.Flag{
&cli.IntFlag{
Name: "confirmations",
Name: "confidence",
Usage: "number of block confirmations to wait for",
Value: int(build.MessageConfidence),
},