Skip to content

Commit 5eaba0c

Browse files
committed
IS-1429 fix bite2 upgrade
1 parent 95bd60b commit 5eaba0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

datastructures/TransactionList.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ ptr< ConsensusExtFace::Transactions > TransactionList::createTransactionVector(
169169
auto tx = transactions->at(i);
170170
bool isBite2PatchEnabled =
171171
biteManager->getSchain()->bite2Patch(
172-
biteManager->getSchain()->getLastCommittedBlockTimestamp()->getS() );
172+
biteManager->getSchain()->getLastCommittedBlockTimeStamp()->getS() );
173173
if (isBite2PatchEnabled && BiteEngine::tryGetEncryptedCTXArgs(tx, epochId)) {
174174
tv->pushBackCTX(*(tx->getData()));
175175
}

0 commit comments

Comments
 (0)