Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can I understand that a deposit came from mweb address using litecoin rpc? #949

Open
IvanKodak opened this issue Mar 19, 2024 · 3 comments

Comments

@IvanKodak
Copy link

IvanKodak commented Mar 19, 2024

My main goal is to understand that the deposit transaction to my address in Litecoin Core came from mweb address, how can I do it through Litecoin Core RPC?
I didn't find any notes about it in documentation

When I made such transaction, listsinceblock returned me 2 transactions:

{
  "transactions": [
    {
      "involvesWatchonly": true,
      "address": "tltc1q0l48q8wm5n6fv4ulzpem8cqvv3syr2trcqsm9z",
      "category": "hogex",
      "amount": 0.00055100,
      "label": "",
      "vout": 1,
      "confirmations": 29,
      "blockhash": "87a4df83ca200f238a443c2958d1688974b3db73f4d6ae616eb3403b22a9e6ec",
      "blockheight": 3195532,
      "blockindex": 4,
      "blocktime": 1710782368,
      "txid": "f6e0b93d0ca80b03acc0de0966f94f5b54aeb99a524f8b05aba610dccc8355dc",
      "walletconflicts": [
      ],
      "time": 1710782368,
      "timereceived": 1710782400,
      "bip125-replaceable": "no"
    },
    {
      "involvesWatchonly": true,
      "address": "tltc1q0l48q8wm5n6fv4ulzpem8cqvv3syr2trcqsm9z",
      "category": "receive",
      "amount": 0.00055100,
      "label": "",
      "mweb_out": "0000000000000000000000000000000000000000000000000000000000000000",
      "confirmations": 29,
      "blockhash": "87a4df83ca200f238a443c2958d1688974b3db73f4d6ae616eb3403b22a9e6ec",
      "blockheight": 3195532,
      "blockindex": 0,
      "blocktime": 1710782368,
      "txid": "79867cc48acf8e790153b7cfee125cc8848b3ee7999bf3190dc55a05a8f753df",
      "walletconflicts": [
      ],
      "time": 1710782211,
      "timereceived": 1710782211,
      "bip125-replaceable": "no"
    }
  ],
  "removed": [
  ],
  "lastblock": "d0582ef65bd2ecf03e2d556f077a4f067d77290b2a39011206bde3cd62b34fd2"
}

Who can explain to me pls, why I got 2 transactions?

Thanks for your help!

@DmytroShalaiev
Copy link

Have same question

@losh11
Copy link
Member

losh11 commented Apr 1, 2024

Are you saying that you received coins from an MWEB address to a bech32 address?

@DmytroShalaiev
Copy link

Yes

Are you saying that you received coins from an MWEB address to a bech32 address?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants