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

get_vesting_balances returns inconsistent asset_ids #625

Closed
xeroc opened this issue Mar 16, 2016 · 0 comments
Closed

get_vesting_balances returns inconsistent asset_ids #625

xeroc opened this issue Mar 16, 2016 · 0 comments

Comments

@xeroc
Copy link
Contributor

xeroc commented Mar 16, 2016

Please find below an inconsistency between balance.asset_id and allowed_withdraw.asset_id.

{
    "id": "1.13.75",
    "owner": "1.2.104",
    "balance": {
      "amount": 50000,
      "asset_id": "1.3.22"
    },
    "policy": [
      0,{
        "begin_timestamp": "2016-03-15T11:26:19",
        "vesting_cliff_seconds": 60,
        "vesting_duration_seconds": 18000,
        "begin_balance": 50000
      }
    ],
    "allowed_withdraw": {
      "amount": 50000,
      "asset_id": "1.3.0"
    },
    "allowed_withdraw_time": "2016-03-16T11:44:25"
  }
nathanielhourt pushed a commit to FollowMyVote/graphene that referenced this issue Jul 22, 2016
nathanielhourt pushed a commit to FollowMyVote/graphene that referenced this issue Jul 22, 2016
pmconrad pushed a commit to pmconrad/graphene that referenced this issue Apr 17, 2018
pmconrad pushed a commit to pmconrad/graphene that referenced this issue Apr 17, 2018
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