Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BTCGPU/BTCGPU
/ countDown
Method
countDown
src/qt/sendcoinsdialog.cpp:910–919 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
908
}
909
910
void SendConfirmationDialog::countDown()
911
{
912
secDelay--;
913
updateYesButton();
914
915
if(secDelay <= 0)
916
{
917
countDownTimer.stop();
918
}
919
}
920
921
void SendConfirmationDialog::updateYesButton()
922
{
Callers
nothing calls this directly
Calls
1
stop
Method · 0.45
Tested by
no test coverage detected