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

Method exec

src/qt/sendcoinsdialog.cpp:1110–1115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1108}
1109
1110int SendConfirmationDialog::exec()
1111{
1112 updateButtons();
1113 countDownTimer.start(1s);
1114 return QMessageBox::exec();
1115}
1116
1117void SendConfirmationDialog::countDown()
1118{

Callers 15

InitSettingsFunction · 0.80
GuiMainFunction · 0.80
bumpFeeMethod · 0.80
showMenuMethod · 0.80
unlockWalletMethod · 0.80
messageMethod · 0.80
onDisplayUnitsClickedMethod · 0.80
showIfNeededMethod · 0.80
showMenuMethod · 0.80
presentPSBTMethod · 0.80
sendButtonClickedMethod · 0.80

Calls 1

startMethod · 0.45

Tested by 1

appTestsMethod · 0.64