mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-13 03:30:42 +02:00
Bugfix: Include unknown-signal warnings in debug log
This commit is contained in:
parent
5282a40197
commit
4f5f6c755a
@ -2785,6 +2785,7 @@ void Chainstate::UpdateTip(const CBlockIndex* pindexNew)
|
||||
auto strWarning = _("Warning: Unrecognised block version being mined! Unknown rules may or may not be in effect");
|
||||
// notify GetWarnings(), called by Qt and the JSON-RPC code to warn the user:
|
||||
m_chainman.GetNotifications().warning(strWarning);
|
||||
AppendWarning(warning_messages, strWarning);
|
||||
}
|
||||
}
|
||||
UpdateTipLog(coins_tip, pindexNew, params, __func__, "", warning_messages.original);
|
||||
|
Loading…
Reference in New Issue
Block a user