14:22:31 <Inge-> moneromooo: someone on tg was wondering if this was a bug - https://github.com/monero-project/monero/blob/dcba757dd283a3396120f0df90fe746e3ec02292/src/ringct/rctSigs.cpp#L966 - "Hey everybody, could any developer explain me what this does? it is a code in line 966 of file rctSigs.cpp. 14:22:36 <Inge-> It seems that there the function pointer of randXmrAmount, is getting casted to a size_t. 14:22:39 <Inge-> I am pretty familiar with C++ and i would say that this is a bug or at least UB, but maybe someone could help me here what the hell is going on there?" 14:23:39 <Inge-> "just using it without a call means it just casts the pointer to function to a size_t which should be undefined behaviour in c++" 14:25:21 <moneromooo> It's old testing code. 14:25:45 <moneromooo> That can be removed wholesale I think. 14:48:08 <Inge-> thanks