diff --git a/src/signer.rs b/src/signer.rs index fec75018fe..986b8a3959 100644 --- a/src/signer.rs +++ b/src/signer.rs @@ -148,7 +148,7 @@ where } } -impl Signer for Box> +impl Signer for Box + Send + Sync> where T: System, S: Encode,