02:17:20 <m-relay> <keepemup:matrix.org> Another question... 02:17:20 <m-relay> <keepemup:matrix.org> Setting do_not_relay to true is returning blank unsigned_txset. Removing it or setting to false works fine and txn goes through. 02:17:21 <m-relay> <keepemup:matrix.org> Weird. 02:21:30 <m-relay> <keepemup:matrix.org> Hmm perhaps sweep_single and transfer return the unsigned txn data in different fields 02:47:44 <m-relay> <keepemup:matrix.org> Guess I missed the read-only wallet requirement,d'oh 02:58:04 <m-relay> <ofrnxmr:monero.social> Wrong room 03:00:11 <m-relay> <keepemup:matrix.org> Point 03:00:21 <m-relay> <keepemup:matrix.org> Point me 03:00:50 <m-relay> <ofrnxmr:monero.social> -dev is for monero-project/monero development 03:00:50 <m-relay> <ofrnxmr:monero.social> Monero Monero Community Dev Monero Support 23:52:50 <selsta> vtnerd: we might have to bump the android NDK from 17 to 18 to fully enable c++17 support 23:53:24 <selsta> that might have caused the compiler error, will look into it 23:56:46 <m-relay> <vtnerd:monero.social> libc++ added `invoke_result` late in their dev cycle, so it did look related to the NDK/libc++ version. I side stepped it for now by using `auto` instead, but this may come up again