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

monero-wallet-rpc not showing all pool transactions with same integrated address #1822

Closed
amiuhle opened this issue Feb 28, 2017 · 2 comments

Comments

@amiuhle
Copy link

amiuhle commented Feb 28, 2017

So I just played around on testnet to test some code, and sent two transactions to the same integrated address:

[wallet 9tQPcn]: transfer A3Brqw9sVmwLyWS8EWeUw1VqpqfwnDHTkG7Pb4NJ3RmZWeeMZhGMe2ZXz4bSk7BbtEYF5981nLxkDYQ6B46tX5DMVr558acmbUeFMDhA1s 0.5
Wallet password: *********
Sending 0.500000000000.  The transaction fee is 0.034859504078
Is this okay?  (Y/Yes/N/No): y
Money successfully sent, transaction <54461c4dc96d56a69299859b642367f6351f7231487f75eb41ed4bc5504a75c3>
[wallet 9tQPcn]: transfer A3Brqw9sVmwLyWS8EWeUw1VqpqfwnDHTkG7Pb4NJ3RmZWeeMZhGMe2ZXz4bSk7BbtEYF5981nLxkDYQ6B46tX5DMVr558acmbUeFMDhA1s 0.5
Wallet password: *********
Sending 0.500000000000.  The transaction fee is 0.034859504078
Is this okay?  (Y/Yes/N/No): y
Money successfully sent, transaction <da7301d5423efa09fabacb720002e978d114ff2db6a1546f8b820644a1b96208>

Here's what I get from monero-wallet-rpc a couple of seconds later:

curl -X POST http://207.154.197.71:28082/json_rpc -d '{"jsonrpc":"2.0","id":"0","method":"get_transfers", "params": { "pool": true }}' -H 'Content-Type: application/json'
{
  "id": "0",
  "jsonrpc": "2.0",
  "result": {
    "pool": [{
      "amount": 500000000000,
      "fee": 0,
      "height": 0,
      "note": "",
      "payment_id": "758d9b225fda7b7f",
      "timestamp": 1488312467,
      "txid": "da7301d5423efa09fabacb720002e978d114ff2db6a1546f8b820644a1b96208",
      "type": "pool"
    }]
  }
}                                                   

Edit: GitHub file upload seems to be broken right now. If a screenshot of a testnet explorer is needed, I can upload one somewhere else.

@moneromooo-monero
Copy link
Collaborator

Can you confirm this is now fixed ?

@amiuhle
Copy link
Author

amiuhle commented Mar 29, 2017

Yes, fixed!

@amiuhle amiuhle closed this as completed Mar 29, 2017
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

2 participants