File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -438,7 +438,7 @@ impl<'s> SignedDataBuilder<'s> {
438438 S : Keypair + DynSignatureAlgorithmIdentifier ,
439439 S : AsyncSigner < Signature > ,
440440 S :: VerifyingKey : EncodePublicKey ,
441- Signature : SignatureBitStringEncoding + ' static ,
441+ Signature : SignatureBitStringEncoding ,
442442 {
443443 let signer_info = signer_info_builder
444444 . build_async :: < S , Signature > ( signer)
@@ -461,7 +461,7 @@ impl<'s> SignedDataBuilder<'s> {
461461 S : Keypair + DynSignatureAlgorithmIdentifier ,
462462 S : AsyncRandomizedSigner < Signature > ,
463463 S :: VerifyingKey : EncodePublicKey ,
464- Signature : SignatureBitStringEncoding + ' static ,
464+ Signature : SignatureBitStringEncoding ,
465465 {
466466 let signer_info = signer_info_builder
467467 . build_with_rng_async :: < S , Signature > ( signer, rng)
You can’t perform that action at this time.
0 commit comments