mirror of
https://github.com/twisterarmy/twister-core.git
synced 2025-01-11 07:17:53 +00:00
Bitcoin-Qt: fix opening verify message tab via main menu
This commit is contained in:
parent
4240bdaac1
commit
0dcf9e5308
@ -488,7 +488,7 @@ void BitcoinGUI::gotoSignMessageTab(QString addr)
|
|||||||
|
|
||||||
void BitcoinGUI::gotoVerifyMessageTab(QString addr)
|
void BitcoinGUI::gotoVerifyMessageTab(QString addr)
|
||||||
{
|
{
|
||||||
if (walletFrame) walletFrame->gotoSignMessageTab(addr);
|
if (walletFrame) walletFrame->gotoVerifyMessageTab(addr);
|
||||||
}
|
}
|
||||||
|
|
||||||
void BitcoinGUI::setNumConnections(int count)
|
void BitcoinGUI::setNumConnections(int count)
|
||||||
|
Loading…
Reference in New Issue
Block a user