Skip to content

Commit

Permalink
change payment qr code to address qr code
Browse files Browse the repository at this point in the history
  • Loading branch information
levisyin committed Nov 26, 2023
1 parent ec27187 commit a94ec2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/keys/show.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ consisting of all the keys provided by name and multisig threshold.`,
f.BoolP(FlagPublicKey, "p", false, "Output the public key only (overrides --output)")
f.BoolP(FlagDevice, "d", false, "Output the address in a ledger device")
f.Int(flagMultiSigThreshold, 1, "K out of N required signatures")
f.Bool(flagQRCode, false, "Display keys payment QR code, will be ignored if -a or --address is false")
f.Bool(flagQRCode, false, "Display keys address QR code, will be ignored if -a or --address is false")

return cmd
}
Expand Down

0 comments on commit a94ec2d

Please sign in to comment.