This commit is contained in:
parent
4f85481a2b
commit
5e2891ae5d
|
@ -22,7 +22,7 @@ pub const SIGN_ONLY_ARG: ArgConstant<'static> = ArgConstant {
|
||||||
pub const SIGNER_ARG: ArgConstant<'static> = ArgConstant {
|
pub const SIGNER_ARG: ArgConstant<'static> = ArgConstant {
|
||||||
name: "signer",
|
name: "signer",
|
||||||
long: "signer",
|
long: "signer",
|
||||||
help: "Provid a public-key/signature pair for the transaction",
|
help: "Provide a public-key/signature pair for the transaction",
|
||||||
};
|
};
|
||||||
|
|
||||||
#[derive(Clone, Debug, PartialEq)]
|
#[derive(Clone, Debug, PartialEq)]
|
||||||
|
|
Loading…
Reference in New Issue