Skip to content

Commit ddf9c59

Browse files
committed
IS-1426 use method-local lastCOmmittedTs when restarting
1 parent 36f8c8b commit ddf9c59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

chains/Schain.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1273,7 +1273,7 @@ void Schain::bootstrap(block_id _lastCommittedBlockID, uint64_t _lastCommittedBl
12731273
try {
12741274
bool isBite2PatchEnabledForBlock = false;
12751275
#ifdef BITE
1276-
isBite2PatchEnabledForBlock = bite2Patch( getLastCommittedBlockTimeStamp().getS() );
1276+
isBite2PatchEnabledForBlock = bite2Patch( _lastCommittedBlockTimeStamp );
12771277
#endif
12781278
auto block = getNode()->getBlockDB()->getBlock(
12791279
_lastCommittedBlockID + 1, getCryptoManager() );

0 commit comments

Comments
 (0)