MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / exec

Method exec

src/qt/sendcoinsdialog.cpp:1056–1061  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1054}
1055
1056int SendConfirmationDialog::exec()
1057{
1058 updateButtons();
1059 countDownTimer.start(1s);
1060 return QMessageBox::exec();
1061}
1062
1063void SendConfirmationDialog::countDown()
1064{

Callers 15

ErrorSettingsReadFunction · 0.80
ErrorSettingsWriteFunction · 0.80
GuiMainFunction · 0.80
bumpFeeMethod · 0.80
showMenuMethod · 0.80
unlockWalletMethod · 0.80
openClickedMethod · 0.80
messageMethod · 0.80
onDisplayUnitsClickedMethod · 0.80
showIfNeededMethod · 0.80
showMenuMethod · 0.80

Calls 1

startMethod · 0.45

Tested by 1

appTestsMethod · 0.64