Fix a case I mishandled.

This commit is contained in:
JoelKatz
2012-07-26 16:25:51 -07:00
parent 487590b938
commit 061460b1f8

View File

@@ -88,10 +88,7 @@ void LedgerEntrySet::entryCreate(SLE::pointer sle)
throw std::runtime_error("Create after create"); // We could make this work
case taaCACHED:
it->second.mSeq = mSeq;
it->second.mEntry = sle;
it->second.mAction = taaCREATE;
break;
throw std::runtime_error("Create after cache");
default:
throw std::runtime_error("Unknown taa");