Skip to content

Commit 6908bc4

Browse files
committed
IS-1429 fix build
1 parent 5eaba0c commit 6908bc4

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)