We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c98987d commit c2273bfCopy full SHA for c2273bf
src/qt/mempooldetail.cpp
@@ -136,7 +136,7 @@ void MempoolDetail::setPlatformStyle(const PlatformStyle* platform_style)
136
void MempoolDetail::onMempoolStatusChanged(bool hasMempoolTxs)
137
{
138
qDebug() << "MempoolDetail::onMempoolStatusChanged(" << hasMempoolTxs << ")";
139
- m_tx_table->setVisible(hasMempoolTxs);
+ this->setVisible(hasMempoolTxs);
140
}
141
142
void MempoolDetail::setClientModel(ClientModel* model)
0 commit comments