mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-07 00:40:34 +02:00
[gui] Load PSBT from clipboard
This commit is contained in:
@ -84,7 +84,7 @@ public Q_SLOTS:
|
||||
/** Show Sign/Verify Message dialog and switch to verify message tab */
|
||||
void gotoVerifyMessageTab(QString addr = "");
|
||||
/** Load Partially Signed Bitcoin Transaction */
|
||||
void gotoLoadPSBT();
|
||||
void gotoLoadPSBT(bool from_clipboard = false);
|
||||
|
||||
/** Show incoming transaction notification for new transactions.
|
||||
|
||||
|
Reference in New Issue
Block a user