Merge pull request #2450 from Diapolo/Qt_fix_VMTab
Bitcoin-Qt: fix opening verify message tab via main menu
This commit is contained in:
commit
36fdfb989e
@ -489,7 +489,7 @@ void BitcoinGUI::gotoSignMessageTab(QString addr)
|
||||
|
||||
void BitcoinGUI::gotoVerifyMessageTab(QString addr)
|
||||
{
|
||||
if (walletFrame) walletFrame->gotoSignMessageTab(addr);
|
||||
if (walletFrame) walletFrame->gotoVerifyMessageTab(addr);
|
||||
}
|
||||
|
||||
void BitcoinGUI::setNumConnections(int count)
|
||||
|
Loading…
Reference in New Issue
Block a user