mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-03 17:30:25 +01:00
refactor: post Optional<> removal cleanups
This commit is contained in:
@@ -96,9 +96,6 @@ void BlockAssembler::resetBlock()
|
||||
nFees = 0;
|
||||
}
|
||||
|
||||
std::optional<int64_t> BlockAssembler::m_last_block_num_txs{std::nullopt};
|
||||
std::optional<int64_t> BlockAssembler::m_last_block_weight{std::nullopt};
|
||||
|
||||
std::unique_ptr<CBlockTemplate> BlockAssembler::CreateNewBlock(CChainState& chainstate, const CScript& scriptPubKeyIn)
|
||||
{
|
||||
int64_t nTimeStart = GetTimeMicros();
|
||||
|
||||
Reference in New Issue
Block a user