mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-13 07:28:59 +01:00
fix "send coins" via context menu in address book
- the send coins context menu entry was not working anymore, because a non current version of #2220 was merged onto current master - also removes some unneeded spaces and adds a comment to WalletModel::getNumTransactions()
This commit is contained in:
@@ -88,9 +88,9 @@ void WalletFrame::gotoReceiveCoinsPage()
|
||||
walletStack->gotoReceiveCoinsPage();
|
||||
}
|
||||
|
||||
void WalletFrame::gotoSendCoinsPage()
|
||||
void WalletFrame::gotoSendCoinsPage(QString addr)
|
||||
{
|
||||
walletStack->gotoSendCoinsPage();
|
||||
walletStack->gotoSendCoinsPage(addr);
|
||||
}
|
||||
|
||||
void WalletFrame::gotoSignMessageTab(QString addr)
|
||||
|
||||
Reference in New Issue
Block a user