diff --git a/src/ripple/consensus/Consensus.h b/src/ripple/consensus/Consensus.h index e46beb79df3..2484a4b16be 100644 --- a/src/ripple/consensus/Consensus.h +++ b/src/ripple/consensus/Consensus.h @@ -1376,9 +1376,7 @@ Consensus::updateOurPositions() { Proposal_t const& p = it.second.proposal(); if (p.position() == newID) - { updateDisputes(it.first, result_->set); - } } } diff --git a/src/test/csf/Peer.h b/src/test/csf/Peer.h index 505b7e50b62..41e5aae9ddc 100644 --- a/src/test/csf/Peer.h +++ b/src/test/csf/Peer.h @@ -206,7 +206,7 @@ struct Peer , id{i} , net{n} , unl(u) - , parms_{p} + , parms_(p) { ledgers[lastClosedLedger.id()] = lastClosedLedger; }