09:57:35 nevermind, I think I've found it 09:57:36 https://github.com/monero-project/monero-gui/blob/master/js/TxUtils.js 👍 12:33:44 Hi folks! 12:33:45 I've found a Bug when try to resolve an OpenAlias using @ name⊙do instead of a point. It just simply unable to recognize, that the entered Statement is an OA adress. 12:33:46 Switching from @ to point it instantly recognize. 13:16:31 can you open an issue on github? 13:16:46 (no idea if this message even gets delivered to matrix dot org) 14:32:37 f​reeaeronaut: https://github.com/monero-project/monero-gui/pull/4308 15:59:37 Should Monero log files contain null characters? I don't really understand bytes, so please correct any explanation. I am parsing log files. With `set_log net:DEBUG` my parsing function says there are null bytes in lines that look like this: 15:59:51 `DEBUG\tnet\tcontrib/epee/include/net/levin_protocol_handler_async.h:153\t[: ] LEVIN_PACKET_SENT. [len=, flags1, r?=, cmd = 2002, ver=1` 16:00:02 Right after the "r?=" it looks like there is a null byte. 16:00:40 I think I can skip these null bytes without affecting my parsing, but I wonder if this is a bug or unintended behavior.