mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Get rid of unneeded comments. Elements are in index key.
This commit is contained in:
@@ -264,7 +264,6 @@ TransactionEngineResult TransactionEngine::setAuthorized(const SerializedTransac
|
||||
sleGen = boost::make_shared<SerializedLedgerEntry>(ltGENERATOR_MAP);
|
||||
|
||||
sleGen->setIndex(Ledger::getGeneratorIndex(hGeneratorID));
|
||||
// sleGen->setIFieldH160(sfGeneratorID, hGeneratorID);
|
||||
sleGen->setIFieldVL(sfGenerator, vucCipher);
|
||||
|
||||
accounts.push_back(std::make_pair(taaCREATE, sleGen));
|
||||
@@ -944,8 +943,6 @@ TransactionEngineResult TransactionEngine::doNicknameSet(const SerializedTransac
|
||||
if (bMinOffer && !saMinOffer.isZero())
|
||||
sleNickname->setIFieldAmount(sfMinimumOffer, saMinOffer);
|
||||
|
||||
// sleNickname->setIFieldH256(sfNickname, uNickname);
|
||||
|
||||
accounts.push_back(std::make_pair(taaCREATE, sleNickname));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user