Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1110
int SendConfirmationDialog::exec()
1111
{
1112
updateButtons();
1113
countDownTimer.start(1s);
1114
return QMessageBox::exec();
1115
}
1116
1117
void SendConfirmationDialog::countDown()
1118
{
Callers
15
InitSettings
Function · 0.80
GuiMain
Function · 0.80
bumpFee
Method · 0.80
showMenu
Method · 0.80
on_addressBookButton_clicked
Method · 0.80
unlockWallet
Method · 0.80
message
Method · 0.80
onDisplayUnitsClicked
Method · 0.80
showIfNeeded
Method · 0.80
showMenu
Method · 0.80
presentPSBT
Method · 0.80
sendButtonClicked
Method · 0.80
Calls
1
start
Method · 0.45
Tested by
1
appTests
Method · 0.64