mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-11 23:31:07 +00:00
Make the Signer impl require Send + Sync
This is what Ledgeracio needs.
This commit is contained in:
+1
-1
@@ -148,7 +148,7 @@ where
|
||||
}
|
||||
}
|
||||
|
||||
impl<T, S, E> Signer<T, S, E> for Box<dyn Signer<T, S, E>>
|
||||
impl<T, S, E> Signer<T, S, E> for Box<dyn Signer<T, S, E> + Send + Sync>
|
||||
where
|
||||
T: System,
|
||||
S: Encode,
|
||||
|
||||
Reference in New Issue
Block a user