MCPcopy 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
910void SendConfirmationDialog::countDown()
911{
912 secDelay--;
913 updateYesButton();
914
915 if(secDelay <= 0)
916 {
917 countDownTimer.stop();
918 }
919}
920
921void SendConfirmationDialog::updateYesButton()
922{

Callers

nothing calls this directly

Calls 1

stopMethod · 0.45

Tested by

no test coverage detected