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

Offline wallet RPC "incoming_transfers" method reports tx_hash as 0000... #9447

Open
yagop opened this issue Aug 22, 2024 · 0 comments
Open

Comments

@yagop
Copy link

yagop commented Aug 22, 2024

When querying an offline wallet the RPC "incoming_transfers" method replies with "tx_hash": "0000000000000000000000000000000000000000000000000000000000000000"

$ curl http://localhost:18083/json_rpc \
  -d '{"jsonrpc":"2.0","id":"0","method":"incoming_transfers", "params":{ "transfer_type": "all" } }' -H 'Content-Type: application/json'
 "id": "0",
  "jsonrpc": "2.0",
  "result": {
    "transfers": [{
      "amount": 35164211634107,
      "block_height": 0,
      "frozen": false,
      "global_index": 302,
      "key_image": "2e05e81c716340d9e99cce5c228c61250a1a6b4bd70a1c546db4ce9372ab74cf",
      "pubkey": "5e2ece3fa6ee78f21670b133ffeac463a6b18f15111e5fda33496491bc04f2d1",
      "spent": true,
      "subaddr_index": {
        "major": 0,
        "minor": 0
      },
      "tx_hash": "0000000000000000000000000000000000000000000000000000000000000000",
      "unlocked": false
    },{
      "amount": 35164144563696,
      "block_height": 0,
      "frozen": false,
      "global_index": 303,
      "key_image": "1231bb43f3672247104a6bcc60a2a2bfbe692deba010b0cf9df590f66e20270c",
      "pubkey": "2c92e406e0a017ef73770b32b5118b8e179e5a4e93c7c4c2810e4aabf8cf572a",
      "spent": true,
      "subaddr_index": {
        "major": 0,
        "minor": 0
      },
      "tx_hash": "0000000000000000000000000000000000000000000000000000000000000000",
      "unlocked": false
    },{
      "amount": 35164077493412,
      "block_height": 0,
      "frozen": false,
      "global_index": 304,
      "key_image": "c5002670d788dd3b993dd78eaf410456b30b861484b7fd92e47c6a50853489d3",
      "pubkey": "34c050ff1070d097c0298165dcd862ad4aacaf4a158f398d17349da9ec51c918",
      "spent": true,
      "subaddr_index": {
        "major": 0,
        "minor": 0
      },
      "tx_hash": "0000000000000000000000000000000000000000000000000000000000000000",
      "unlocked": false
    }...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants