validator: adding an async start() method to abci network interface
This commit is contained in:
@@ -57,3 +57,8 @@ impl abci::Application
|
||||
resp
|
||||
}
|
||||
}
|
||||
pub async fn start(
|
||||
app: Validator<DummyMixIdentityKeyPair, DummyMixIdentityPrivateKey, DummyMixIdentityPublicKey>,
|
||||
) {
|
||||
abci::run_local(app);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user