Why staking rewards obtained from the node and the staking rewards displayed on the cspr.live not match after v2 upgrade?

I tried to fetch staking reward amount of a delegator account via official rpc node, and i found it not match the amount showed on the cspr.live.
Can anyone give some suggestions or ideas on this?

here is the curl i used:

❯ curl --location 'https://node.mainnet.casper.network/rpc' \
--header 'Content-Type: application/json' \
--data '{
  "id": 1,
  "jsonrpc": "2.0",
  "method": "info_get_reward",
  "params": {
                "era_identifier": {
                "Era": 17956
            },
          "delegator": "xxxx",
          "validator": "xxxx"
      }
}'
2 Likes

Thank you for the info.

We will take a look and get back to you.

3 Likes

This is a bug and team is fixing it.
Thank you for reporting!

1 Like

thanks for your support. and may i ask which one amount is correct?

1 Like

The amount obtained from info_get_reward is correct.

1 Like

ok, thanks for your reply.

2 Likes