03:52:27 Can't find the line that you need to add to the monerod configuration file for it to log RPC-related stuff in detail. We know `log-level=` but that's just for general. What if we just want to set the log level for RPC specifically in the config file? 07:02:32 --log-level daemon.rpc.*:DEBUG. Maybe *rpc*:DEBUG,net.http*:DEBUG 07:56:12 That's not the real moneromoo is it? 14:46:05 UkoeHB: A quick question, just curious: What would you predict, if I construct multisig wallets on your branch, should they be usable with current "master" or not? 15:26:14 From a test I did since I wrote the question above I suspect the answer is "no". Would be interesting to get confirmation based on "theory", and some hint what could be the problem 15:26:39 Pretty sure they will work 15:40:20 Hmm, just tried with a 2/2 wallet pair I constructed on your branch on "master" as of middle of September. I get the following error: 15:40:28 Error: transaction was rejected by daemon Error: Reason: invalid input 15:41:22 Not sure that's a requirement, once your code goes into production, that probably won't play any role any more. I just wonder. 15:42:25 What I really want to do is test anon's "multisig fixes" and tried to take the shortcut to use wallet I had prepared on your branch already, which also ran into the same error. 15:43:21 I did run on anon's branch with a newly constructed 2/2 wallet pair. 15:43:29 *It 15:45:19 Hmm not sure why that would happen 15:46:28 Ohh I think there was a slight change to tx building, I forgot 15:47:00 Had to change some weird janky stuff from prior implementation 15:49:17 Alright. I guess that won't matter, as your code gets into service with the hardfork, and all wallets and daemons will match again 15:50:50 So for my tests now I will construct new wallets, and that's ok as well, just more work :)