Calling updateSmartFeeLabel and therefore estimateSmartFee is pointless during IBD.
GUI freezes appear because estimateSmartFee competes with processBlock for the m_cs_fee_estimator lock leading to multiple seconds of blocking the GUI thread in updateSmartFeeLabel.
This is a backport of core-gui#97