mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 09:51:02 +00:00
Register listeners in statement distribution (#1759)
* Register listeners in statement distribution * Review fixes
This commit is contained in:
@@ -362,6 +362,8 @@ enum StatementDistributionMessage {
|
||||
/// The statement distribution subsystem assumes that the statement should be correctly
|
||||
/// signed.
|
||||
Share(Hash, SignedFullStatement),
|
||||
/// Register a listener to be notified on any new statements.
|
||||
RegisterStatementListener(ResponseChannel<SignedFullStatement>),
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user