refactor(proposal): type ProposalSummary::kind as ProposalKindTag

This commit is contained in:
CleverWild
2026-08-26 16:32:43 +02:00
parent b364d95489
commit 6884a59325
5 changed files with 152 additions and 136 deletions

View File

@@ -4,12 +4,11 @@ use arbiter_server::{
GlobalActors,
proposal_manager::{
CancelRecoveryWakeup, CastRecoveryVote, CastVote, CreateProposal,
Error as ProposalError, ProposalKind, QueryPending,
RequestRecoveryWakeup, VoteOutcome,
Error as ProposalError, QueryPending, RequestRecoveryWakeup, VoteOutcome,
},
},
crypto::KeyCell,
db,
db::{self, models::ProposalKind},
};
use arbiter_server::actors::vault::Bootstrap;
use arbiter_server::db::schema::{