mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 17:01:09 +00:00
Derive Clone for PairSigner (#184)
* Derive `Clone` for `PairSigner` Signed-off-by: koushiro <koushiro.cqx@gmail.com> * Specify the date of nightly toolchain to fix CI Signed-off-by: koushiro <koushiro.cqx@gmail.com>
This commit is contained in:
@@ -54,7 +54,7 @@ pub trait Signer<T: Runtime> {
|
||||
}
|
||||
|
||||
/// Extrinsic signer using a private key.
|
||||
#[derive(Debug)]
|
||||
#[derive(Clone, Debug)]
|
||||
pub struct PairSigner<T: Runtime, P: Pair> {
|
||||
account_id: T::AccountId,
|
||||
nonce: Option<T::Index>,
|
||||
|
||||
Reference in New Issue
Block a user