Skip to content

Commit a94ec2d

Browse files
committed
change payment qr code to address qr code
1 parent ec27187 commit a94ec2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/keys/show.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ consisting of all the keys provided by name and multisig threshold.`,
5151
f.BoolP(FlagPublicKey, "p", false, "Output the public key only (overrides --output)")
5252
f.BoolP(FlagDevice, "d", false, "Output the address in a ledger device")
5353
f.Int(flagMultiSigThreshold, 1, "K out of N required signatures")
54-
f.Bool(flagQRCode, false, "Display keys payment QR code, will be ignored if -a or --address is false")
54+
f.Bool(flagQRCode, false, "Display keys address QR code, will be ignored if -a or --address is false")
5555

5656
return cmd
5757
}

0 commit comments

Comments
 (0)