Ethereum relayer server

Causes send test to pass for the processor.
This commit is contained in:
Luke Parker
2024-05-22 18:50:11 -04:00
parent ac709b2945
commit 1d2beb3ee4
20 changed files with 416 additions and 44 deletions

View File

@@ -423,7 +423,7 @@ mod ethereum {
});
}
Ethereum::new(db, url.clone()).await
Ethereum::new(db, url.clone(), String::new()).await
})
}
}