|
|
@ -370,7 +370,7 @@ void State::resetCurrent() |
|
|
|
m_cache.clear(); |
|
|
|
m_currentBlock = BlockInfo(); |
|
|
|
m_currentBlock.coinbaseAddress = m_ourAddress; |
|
|
|
m_currentBlock.timestamp = time(0); |
|
|
|
m_currentBlock.timestamp = max(m_previousBlock.timestamp + 1, (u256)time(0)); |
|
|
|
m_currentBlock.transactionsRoot = h256(); |
|
|
|
m_currentBlock.sha3Uncles = h256(); |
|
|
|
m_currentBlock.populateFromParent(m_previousBlock); |
|
|
|