qt: Add Load PSBT functionaliy with nowallet

This commit is contained in:
Prateek Sancheti
2021-08-07 13:47:17 +05:30
parent 03826aecc5
commit 0237d95323
6 changed files with 65 additions and 58 deletions

View File

@@ -110,6 +110,9 @@ BitcoinGUI::BitcoinGUI(interfaces::Node& node, const PlatformStyle *_platformSty
connect(activity, &CreateWalletActivity::finished, activity, &QObject::deleteLater);
activity->create();
});
connect(walletFrame, &WalletFrame::message, [this](const QString& title, const QString& message, unsigned int style) {
this->message(title, message, style);
});
setCentralWidget(walletFrame);
} else
#endif // ENABLE_WALLET