-
m-relay<tired_turtle:matrix.org> nevermind, I think I've found it
-
m-relay<tired_turtle:matrix.org> github.com/monero-project/monero-gui/blob/master/js/TxUtils.js 👍
-
m-relay<freeaeronaut:matrix.org> Hi folks!
-
m-relay<freeaeronaut:matrix.org> 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.
-
m-relay<freeaeronaut:matrix.org> Switching from @ to point it instantly recognize.
-
selstacan you open an issue on github?
-
selsta(no idea if this message even gets delivered to matrix dot org)
-
selstafreeaeronaut: monero-project/monero-gui #4308
-
m-relay<rucknium:monero.social> 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:
-
m-relay<rucknium:monero.social> `DEBUG\tnet\tcontrib/epee/include/net/levin_protocol_handler_async.h:153\t[<IP>:<PORT> <DIRECTION>] LEVIN_PACKET_SENT. [len=<LENGTH>, flags1, r?=, cmd = 2002, ver=1`
-
m-relay<rucknium:monero.social> Right after the "r?=" it looks like there is a null byte.
-
m-relay<rucknium:monero.social> I think I can skip these null bytes without affecting my parsing, but I wonder if this is a bug or unintended behavior.