Skip to content

Commit

Permalink
Fix for bug #79
Browse files Browse the repository at this point in the history
  • Loading branch information
dkijania committed Sep 9, 2019
1 parent ae0a405 commit 6f88607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chain-impl-mockchain/src/update.rs
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ impl UpdateState {
settings = settings.apply(&proposal_state.proposal.changes)?;
expired_ids.push(proposal_id.clone());
} else if proposal_state.proposal_date.epoch + settings.proposal_expiration
> new_date.epoch
< new_date.epoch
{
expired_ids.push(proposal_id.clone());
}
Expand Down

0 comments on commit 6f88607

Please sign in to comment.