MCPcopy Create free account
hub / github.com/ElementsProject/elements / countDown

Method countDown

src/qt/sendcoinsdialog.cpp:1117–1126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1115}
1116
1117void SendConfirmationDialog::countDown()
1118{
1119 secDelay--;
1120 updateButtons();
1121
1122 if(secDelay <= 0)
1123 {
1124 countDownTimer.stop();
1125 }
1126}
1127
1128void SendConfirmationDialog::updateButtons()
1129{

Callers

nothing calls this directly

Calls 1

stopMethod · 0.45

Tested by

no test coverage detected