Skip to content

Commit

Permalink
[FOLD] Address rebase conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
bachase committed Jul 12, 2017
1 parent 322342c commit 4229ed6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/ripple/consensus/Consensus.h
Original file line number Diff line number Diff line change
Expand Up @@ -1376,9 +1376,7 @@ Consensus<Adaptor>::updateOurPositions()
{
Proposal_t const& p = it.second.proposal();
if (p.position() == newID)
{
updateDisputes(it.first, result_->set);
}
}
}

Expand Down
2 changes: 1 addition & 1 deletion src/test/csf/Peer.h
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ struct Peer
, id{i}
, net{n}
, unl(u)
, parms_{p}
, parms_(p)
{
ledgers[lastClosedLedger.id()] = lastClosedLedger;
}
Expand Down

0 comments on commit 4229ed6

Please sign in to comment.