diff --git a/ethers-contract/src/call.rs b/ethers-contract/src/call.rs index 021965f14..424e9f2cf 100644 --- a/ethers-contract/src/call.rs +++ b/ethers-contract/src/call.rs @@ -255,7 +255,7 @@ where impl IntoFuture for FunctionCall where Self: 'static, - B: Borrow, + B: Borrow + Send + Sync, M: Middleware, D: Detokenize + Send + Sync, {