Bugfixes.

This commit is contained in:
JoelKatz
2012-06-23 22:28:49 -07:00
parent c70f66b286
commit 8e1c49f0d7
4 changed files with 8 additions and 9 deletions

View File

@@ -766,7 +766,7 @@ void LedgerConsensus::accept(SHAMap::pointer set)
{
assert (theApp->getOPs().getNetworkTimeNC() > newLCL->getCloseTimeNC());
SerializedValidation::pointer v = boost::make_shared<SerializedValidation>
(newLCLHash, newLCL->getCloseTimeNC(), mOurPosition->peekSeed(), mProposing);
(newLCLHash, newLCL->getCloseTimeNC(), mValSeed, mProposing);
v->setTrusted();
theApp->getValidations().addValidation(v);
std::vector<unsigned char> validation = v->getSigned();