Author Topic: blockchain_list_address_balances not working?  (Read 1203 times)

0 Members and 1 Guest are viewing this topic.

Offline vikram

Known issue; it's on the TODO list.

Offline ElMato

  • Sr. Member
  • ****
  • Posts: 288
    • View Profile
Quote
default (unlocked) >>> blockchain_get_balance BTS2CV6F52pMnhJeiDF7ZQK8XoX5ejdENM3b
{
  "condition": {
    "asset_id": 0,
    "slate_id": 0,
    "type": "withdraw_signature_type",
    "data": {
      "owner": "BTS9pTBfYkFwmUm46XTaeTLukGDrupobHwzc",
      "memo": null
    }
  },
  "balance": 100000,
  "restricted_owner": null,
  "snapshot_info": null,
  "deposit_date": "2014-11-14T05:27:01",
  "last_update": "2014-12-16T06:16:00"
}
default (unlocked) >>> blockchain_list_address_balances BTS9pTBfYkFwmUm46XTaeTLukGDrupobHwzc
10 assert_exception: Assert Exception
!"This balance's condition type doesn't have a true owner.":
    {}
    th_a  balance_record.cpp:30 owners

    {"addr":"BTS9pTBfYkFwmUm46XTaeTLukGDrupobHwzc"}
    th_a  chain_database.cpp:2399 get_balances_for_address

    {}
    th_a  common_api_client.cpp:1633 blockchain_list_address_balances

    {"command":"blockchain_list_address_balances"}
    th_a  cli.cpp:579 execute_command
default (unlocked) >>>