-
m-relay<binarybaron:matrix.org> Hey, quick question regarding the wallet-rpc:
-
m-relay<binarybaron:matrix.org> I want to use the rpc do only two things:
-
m-relay<binarybaron:matrix.org> 1. Fetch the current latest blockchain height (not the height I am synced on but the latest block height)
-
m-relay<binarybaron:matrix.org> 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
-
m-relay<binarybaron:matrix.org> 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
-
m-relay<binarybaron:matrix.org> 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?
-
m-relay<vtnerd:monero.social> binarybaron: it sounds like using `monerod` rpc is more appropriate