02:17:20 Another question... 02:17:20 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 Weird. 02:21:30 Hmm perhaps sweep_single and transfer return the unsigned txn data in different fields 02:47:44 Guess I missed the read-only wallet requirement,d'oh 02:58:04 Wrong room 03:00:11 Point 03:00:21 Point me 03:00:50 -dev is for monero-project/monero development 03:00:50 Monero Monero Community Dev Monero Support 23:52:50 vtnerd: we might have to bump the android NDK from 17 to 18 to fully enable c++17 support 23:53:24 that might have caused the compiler error, will look into it 23:56:46 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