fix bug "refresh minting tab"
[novacoin.git] / src / qt / mintingtablemodel.cpp
index 4973480..a6ab89b 100644 (file)
@@ -235,6 +235,7 @@ void MintingTableModel::update()
     if(!updated.empty())
     {
         priv->updateWallet(updated);
+        priv->refreshWallet();
     }
 }