Skip to content

Commit

Permalink
Retry sending proposals which originally failed (#4925)
Browse files Browse the repository at this point in the history
  • Loading branch information
hpeebles authored Dec 5, 2023
1 parent f886c16 commit 23c4e18
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ pub struct NervousSystem {
latest_failed_proposals_update: Option<TimestampMillis>,
proposals_to_be_pushed: ProposalsToBePushed,
proposals_to_be_updated: ProposalsToBeUpdated,
#[serde(skip_deserializing)]
active_proposals: BTreeMap<ProposalId, (Proposal, MessageId)>,
neuron_id_for_submitting_proposals: Option<SnsNeuronId>,
neuron_for_submitting_proposals_dissolve_delay: Milliseconds,
Expand Down

0 comments on commit 23c4e18

Please sign in to comment.