chore: re-export aws signer error (#359)

This commit is contained in:
James Prestwich 2021-08-01 15:19:23 -07:00 committed by GitHub
parent 5382b5bdfb
commit 59de685455
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ pub use yubihsm;
mod aws; mod aws;
#[cfg(feature = "aws")] #[cfg(feature = "aws")]
pub use aws::AwsSigner; pub use aws::{AwsSigner, AwsSignerError};
use async_trait::async_trait; use async_trait::async_trait;
use ethers_core::types::{Address, Signature, TransactionRequest}; use ethers_core::types::{Address, Signature, TransactionRequest};