From 026b5b4523317fdefc69cf5cec55f76f18ad0c0a Mon Sep 17 00:00:00 2001 From: Sjors Provoost Date: Mon, 21 Feb 2022 12:46:30 +0100 Subject: 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 --- src/qt/sendcoinsdialog.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/qt/sendcoinsdialog.h') 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). -- cgit v1.2.3