This commit is contained in:
whyrusleeping 2020-10-14 22:55:23 -07:00
parent 6d771d29c7
commit 3bd2e2f777

View File

@ -44,7 +44,7 @@ var multisigCmd = &cli.Command{
Usage: "Interact with a multisig wallet", Usage: "Interact with a multisig wallet",
Flags: []cli.Flag{ Flags: []cli.Flag{
&cli.IntFlag{ &cli.IntFlag{
Name: "confirmations", Name: "confidence",
Usage: "number of block confirmations to wait for", Usage: "number of block confirmations to wait for",
Value: int(build.MessageConfidence), Value: int(build.MessageConfidence),
}, },