This commit is contained in:
JoelKatz
2012-07-11 11:39:06 -07:00
parent 6cf3657dc4
commit 9022a96495

View File

@@ -16,7 +16,6 @@ LedgerProposal::LedgerProposal(const uint256& pLgr, uint32 seq, const uint256& t
// if (!mKey->SetPubKey(pubKey))
// throw std::runtime_error("Invalid public key in proposal");
mPreviousLedger = theApp->getMasterLedger().getClosedLedger()->getHash();
mPeerID = mPublicKey.getNodeID();
}