mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
Replace async trait with ->impl Future (#6791)
This commit is contained in:
@ -72,7 +72,6 @@ async fn main() -> eyre::Result<()> {
|
||||
#[non_exhaustive]
|
||||
struct OkValidator;
|
||||
|
||||
#[async_trait::async_trait]
|
||||
impl TransactionValidator for OkValidator {
|
||||
type Transaction = EthPooledTransaction;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user