13:27:08 <selsta> any opinion on removing https://github.com/monero-project/monero/pull/6544 ? it has been 4 years and the bug has been fixed a while ago, removing this should increase daemon performance 13:28:53 <m-relay> <syntheticbird:monero.social> don't ask do it 13:30:25 <selsta> on the other hand this has been useful in another case where it caught a bug with inconsistent values being returned by rpc 13:32:10 <m-relay> <syntheticbird:monero.social> i see. well then it boil out to *do you trust your difficulty code or not?* 13:35:47 <selsta> if i understand this right, our current difficulty cache is pointless if it gets consistently verified for correctness... so i think it's time to remove it if others agree 14:28:21 <moneromooo> I think it's been around enough time to be confident the fix really fixed it. IIRC it's run only once a week though. 15:08:03 <selsta> moneromooo: as far as I understand it, once per week the difficulty gets recalculated, but the patch I linked runs always 15:17:37 <moneromooo> Oh yes, good point. Feel free to drop. 15:18:07 <selsta> i think the code to recalc once per week can be kept