mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
Modernize best block mutex/cv/hash variable naming
This commit is contained in:
parent
45dd135039
commit
4a6c0e3dcf
4 changed files with 13 additions and 13 deletions
|
|
@ -307,7 +307,7 @@ void OnRPCStopped()
|
|||
{
|
||||
uiInterface.NotifyBlockTip.disconnect(&RPCNotifyBlockChange);
|
||||
RPCNotifyBlockChange(false, nullptr);
|
||||
cvBlockChange.notify_all();
|
||||
g_best_block_cv.notify_all();
|
||||
LogPrint(BCLog::RPC, "RPC stopped.\n");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue