chore: re-export aws signer error (#359)
This commit is contained in:
parent
5382b5bdfb
commit
59de685455
|
@ -67,7 +67,7 @@ pub use yubihsm;
|
|||
mod aws;
|
||||
|
||||
#[cfg(feature = "aws")]
|
||||
pub use aws::AwsSigner;
|
||||
pub use aws::{AwsSigner, AwsSignerError};
|
||||
|
||||
use async_trait::async_trait;
|
||||
use ethers_core::types::{Address, Signature, TransactionRequest};
|
||||
|
|
Loading…
Reference in New Issue