Minor fixes (#6533)

* Minor fixes

* Fix compile errors
This commit is contained in:
Marcin S
2023-01-10 12:59:12 -05:00
committed by GitHub
parent 2d85a3881a
commit 3cf18f11ac
3 changed files with 4 additions and 7 deletions
@@ -156,7 +156,7 @@ impl<AD> DisputeDistributionSubsystem<AD>
where
AD: AuthorityDiscovery + Clone,
{
/// Create a new instance of the availability distribution.
/// Create a new instance of the dispute distribution.
pub fn new(
keystore: SyncCryptoStorePtr,
req_receiver: IncomingRequestReceiver<v1::DisputeRequest>,