11:33:44 Hey, quick question regarding the wallet-rpc: 11:33:45 I want to use the rpc do only two things: 11:33:45 1. Fetch the current latest blockchain height (not the height I am synced on but the latest block height) 11:33:46 2. Fetch the number of confirmations of transactions which were not published by me and were not sent to the wallet I have opened at the moment 11:33:46 Is it fine if I set the restore height to the latest block height? I want to avoid it syncing blocks without having to since I dont really need to 11:42:59 regarding 2: I'm using the `check_tx_key` function to check for the number of confirmations. Might be a dumb question but is it a problem if the transaction I'm checking for was confirmed in block m and my restore height is > m? 18:36:28 binarybaron: it sounds like using `monerod` rpc is more appropriate