diff --git a/ethers-signers/src/ledger/mod.rs b/ethers-signers/src/ledger/mod.rs index 3c08d8c7dd..3411b457ca 100644 --- a/ethers-signers/src/ledger/mod.rs +++ b/ethers-signers/src/ledger/mod.rs @@ -37,7 +37,7 @@ impl Signer for LedgerEthereum { .encode_eip712() .map_err(|e| Self::Error::Eip712Error(e.to_string()))?; - Ok(self.sign_payload(INS::SIGN, hash.into(), false)) + Ok(self.sign_payload(INS::SIGN, hash.into()).await) } /// Returns the signer's Ethereum Address