diff options
author | Sjors Provoost <sjors@sprovoost.nl> | 2022-02-21 12:46:30 +0100 |
---|---|---|
committer | Sjors Provoost <sjors@sprovoost.nl> | 2022-02-24 12:41:47 +0100 |
commit | 026b5b4523317fdefc69cf5cec55f76f18ad0c0a (patch) | |
tree | a304cbdbe5c93022af4ddad313f700301fd21e54 /src/qt/sendcoinsdialog.h | |
parent | 72f97289c431d333bb7484f88c1b8b508d45c01d (diff) |
move-only: helper function to present PSBT
This commit does not change behavior.
Review hint:
git show --color-moved --color-moved-ws=allow-indentation-change
Diffstat (limited to 'src/qt/sendcoinsdialog.h')
-rw-r--r-- | src/qt/sendcoinsdialog.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qt/sendcoinsdialog.h b/src/qt/sendcoinsdialog.h index 4a16702756..1e3284fb08 100644 --- a/src/qt/sendcoinsdialog.h +++ b/src/qt/sendcoinsdialog.h @@ -70,6 +70,8 @@ private: bool fFeeMinimized; const PlatformStyle *platformStyle; + // Copy PSBT to clipboard and offer to save it. + void presentPSBT(PartiallySignedTransaction& psbt); // Process WalletModel::SendCoinsReturn and generate a pair consisting // of a message and message flags for use in Q_EMIT message(). // Additional parameter msgArg can be used via .arg(msgArg). |