00:39:14 On private testnet, in RPC, I get "E Cannot calculate the hash of a pruned transaction.", the moment a tx is published. Then, only after a minute or so the transaction I get "W Received money". 00:40:14 Is the error relevant? What I want to achieve is a '--tx-notify' the moment the transaction appears on the network. 00:40:53 fullmetalScience: Maybe this is related: https://github.com/monero-project/monero/pull/6268 00:43:30 Sure sounds like it. Will recompile. 01:04:47 Looks good now. Took 7 seconds until the TX was seen. 12:54:18 importing binary_utils.h and calling ::serialization::dump_binary() is causing infinite recursion “max call stack size exceeded”. Any idea what could cause this? 12:55:02 calling the same code within wallet2 works 13:05:00 Bad input ? 13:05:16 IIRC it has a fairly low max, like 100 or so. 13:11:17 importing serialization/string.h in addition to serialization/binary_utils.h resolved the issue 22:31:04 When restoring wallet with seed, is there a way to also restore subaddresses? 22:31:14 or do I have to just compute them?