mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-10 05:09:22 +00:00
Get the result of block importing
This commit is contained in:
@@ -109,7 +109,7 @@ impl Network for TestNetwork {
|
||||
todo!()
|
||||
}
|
||||
|
||||
fn validate(&mut self, block: &TestBlock) -> Result<(), BlockError> {
|
||||
async fn validate(&mut self, block: &TestBlock) -> Result<(), BlockError> {
|
||||
block.valid
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user