mirror of
https://git.ghostchain.io/proxmio/ghost-node.git
synced 2025-12-27 19:29:56 +00:00
rustfmt staking-miner and fix typos
Signed-off-by: Uncle Stretch <uncle.stretch@ghostchain.io>
This commit is contained in:
@@ -16,7 +16,10 @@ impl std::fmt::Display for Signer {
|
||||
|
||||
impl Clone for Signer {
|
||||
fn clone(&self) -> Self {
|
||||
Self { pair: self.pair.clone(), signer: PairSigner::new(self.pair.clone()) }
|
||||
Self {
|
||||
pair: self.pair.clone(),
|
||||
signer: PairSigner::new(self.pair.clone()),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user