[gui] load PSBT

co-authored-by: Glenn Willen <gwillen@nerdnet.org>
This commit is contained in:
Sjors Provoost
2020-01-04 21:13:04 +08:00
parent f6895301f7
commit 1cd8dc2556
6 changed files with 102 additions and 0 deletions

View File

@@ -163,6 +163,14 @@ void WalletFrame::gotoVerifyMessageTab(QString addr)
walletView->gotoVerifyMessageTab(addr);
}
void WalletFrame::gotoLoadPSBT()
{
WalletView *walletView = currentWalletView();
if (walletView) {
walletView->gotoLoadPSBT();
}
}
void WalletFrame::encryptWallet(bool status)
{
WalletView *walletView = currentWalletView();