Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Check if approval voting db is empty on startup #6219

Merged
merged 3 commits into from
Oct 31, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add newline back
Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
  • Loading branch information
sandreim committed Oct 31, 2022
commit 85d4a792d2dfc10813164cee696721ddfac5d9d4
1 change: 1 addition & 0 deletions node/core/approval-voting/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,7 @@ impl<Context: Send> ApprovalVotingSubsystem {
)
.map_err(|e| SubsystemError::with_origin("approval-voting", e))
.boxed();

SpawnedSubsystem { name: "approval-voting-subsystem", future }
}
}
Expand Down