aboutsummaryrefslogtreecommitdiff
path: root/src/qt/bitcoingui.h
diff options
context:
space:
mode:
authorSjors Provoost <sjors@sprovoost.nl>2020-01-04 21:13:04 +0800
committerSjors Provoost <sjors@sprovoost.nl>2020-03-27 14:59:19 +0100
commit1cd8dc2556b847e11a238b9e69493cd8fbeecc6c (patch)
treeda770f0772fbbe5b3a11261a3c0448481c34353c /src/qt/bitcoingui.h
parentf6895301f768220f3ea70231d5cc5b45ecbf4488 (diff)
downloadbitcoin-1cd8dc2556b847e11a238b9e69493cd8fbeecc6c.tar.xz
[gui] load PSBT
co-authored-by: Glenn Willen <gwillen@nerdnet.org>
Diffstat (limited to 'src/qt/bitcoingui.h')
-rw-r--r--src/qt/bitcoingui.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/qt/bitcoingui.h b/src/qt/bitcoingui.h
index 809cf8b4ed..5592770d36 100644
--- a/src/qt/bitcoingui.h
+++ b/src/qt/bitcoingui.h
@@ -135,6 +135,7 @@ private:
QAction* usedReceivingAddressesAction = nullptr;
QAction* signMessageAction = nullptr;
QAction* verifyMessageAction = nullptr;
+ QAction* m_load_psbt_action = nullptr;
QAction* aboutAction = nullptr;
QAction* receiveCoinsAction = nullptr;
QAction* receiveCoinsMenuAction = nullptr;
@@ -270,6 +271,8 @@ public Q_SLOTS:
void gotoSignMessageTab(QString addr = "");
/** Show Sign/Verify Message dialog and switch to verify message tab */
void gotoVerifyMessageTab(QString addr = "");
+ /** Show load Partially Signed Bitcoin Transaction dialog */
+ void gotoLoadPSBT();
/** Show open dialog */
void openClicked();