13:27:08 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 don't ask do it 13:30:25 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 i see. well then it boil out to *do you trust your difficulty code or not?* 13:35:47 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 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 moneromooo: as far as I understand it, once per week the difficulty gets recalculated, but the patch I linked runs always 15:17:37 Oh yes, good point. Feel free to drop. 15:18:07 i think the code to recalc once per week can be kept