Skip to content

Incorrect `weight_threshold` indications for hive.fund & steem.dao accounts

The weight_threshold display on the home screen of the hive.fund and steem.dao accounts is incorrect. It shows 0, while the actual value is 1. This is visible on the screen below.

thres_err_1_

Response from get_account method `hive.fund`

{
  "id": 1,
  "jsonrpc": "2.0",
  "result": {
    "accounts": [
      {
        "active": {
          "account_auths": [],
          "key_auths": [],
          "weight_threshold": 1 <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< HERE
        },
        "balance": {
          "amount": "36851128051",
          "nai": "@@000000021",
          "precision": 3
        },
        "can_vote": true,
        "comment_count": 0,
        "created": "2020-03-18T12:05:21",
        "curation_rewards": 0,
        "delayed_votes": [],
        "delegated_vesting_shares": {
          "amount": "0",
          "nai": "@@000000037",
          "precision": 6
        },
        "downvote_manabar": {
          "current_mana": 0,
          "last_update_time": 1584533118
        },
        "governance_vote_expiration_ts": "1969-12-31T23:59:59",
        "hbd_balance": {
          "amount": "23375840180",
          "nai": "@@000000013",
          "precision": 3
        },
        "hbd_last_interest_payment": "2021-06-11T19:31:51",
        "hbd_seconds": "6864412494524532",
        "hbd_seconds_last_update": "2021-06-30T14:00:00",
        "id": 1371949,
        "is_smt": false,
        "json_metadata": "",
        "last_account_recovery": "1970-01-01T00:00:00",
        "last_account_update": "2020-04-23T20:34:54",
        "last_owner_update": "2020-04-23T20:34:54",
        "last_post": "1970-01-01T00:00:00",
        "last_post_edit": "1970-01-01T00:00:00",
        "last_root_post": "1970-01-01T00:00:00",
        "last_vote_time": "1970-01-01T00:00:00",
        "lifetime_vote_count": 0,
        "memo_key": "STM1111111111111111111111111111111114T1Anm",
        "mined": false,
        "name": "hive.fund",
        "next_vesting_withdrawal": "1969-12-31T23:59:59",
        "open_recurrent_transfers": 0,
        "owner": {
          "account_auths": [],
          "key_auths": [],
          "weight_threshold": 1 <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< HERE
        },
        "pending_claimed_accounts": 0,
        "pending_transfers": 0,
        "post_bandwidth": 0,
        "post_count": 0,
        "post_voting_power": {
          "amount": "0",
          "nai": "@@000000037",
          "precision": 6
        },
        "posting": {
          "account_auths": [],
          "key_auths": [],
          "weight_threshold": 1 <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< HERE
        },
        "posting_json_metadata": "",
        "posting_rewards": 0,
        "previous_owner_update": "2020-04-23T18:02:21",
        "proxied_vsf_votes": [0, 0, 0, 0],
        "proxy": "",
        "received_vesting_shares": {
          "amount": "0",
          "nai": "@@000000037",
          "precision": 6
        },
        "recovery_account": "hive.fund",
        "reset_account": "null",
        "reward_hbd_balance": {
          "amount": "0",
          "nai": "@@000000013",
          "precision": 3
        },
        "reward_hive_balance": {
          "amount": "0",
          "nai": "@@000000021",
          "precision": 3
        },
        "reward_vesting_balance": {
          "amount": "0",
          "nai": "@@000000037",
          "precision": 6
        },
        "reward_vesting_hive": {
          "amount": "0",
          "nai": "@@000000021",
          "precision": 3
        },
        "savings_balance": {
          "amount": "0",
          "nai": "@@000000021",
          "precision": 3
        },
        "savings_hbd_balance": {
          "amount": "0",
          "nai": "@@000000013",
          "precision": 3
        },
        "savings_hbd_last_interest_payment": "1970-01-01T00:00:00",
        "savings_hbd_seconds": "0",
        "savings_hbd_seconds_last_update": "1970-01-01T00:00:00",
        "savings_withdraw_requests": 0,
        "to_withdraw": 0,
        "vesting_shares": {
          "amount": "0",
          "nai": "@@000000037",
          "precision": 6
        },
        "vesting_withdraw_rate": {
          "amount": "0",
          "nai": "@@000000037",
          "precision": 6
        },
        "voting_manabar": {
          "current_mana": 0,
          "last_update_time": 1584533118
        },
        "withdraw_routes": 0,
        "withdrawn": 0,
        "witnesses_voted_for": 0
      }
    ]
  }
}

Response from get_account method `steem.dao`

{
  "id": 1,
  "jsonrpc": "2.0",
  "result": {
    "accounts": [
      {
        "active": {
          "account_auths": [],
          "key_auths": [],
          "weight_threshold": 1 <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< HERE
        },
        "balance": {
          "amount": "0",
          "nai": "@@000000021",
          "precision": 3
        },
        "can_vote": true,
        "comment_count": 0,
        "created": "2019-02-11T23:26:57",
        "curation_rewards": 0,
        "delayed_votes": [],
        "delegated_vesting_shares": {
          "amount": "0",
          "nai": "@@000000037",
          "precision": 6
        },
        "downvote_manabar": {
          "current_mana": 0,
          "last_update_time": 1549927614
        },
        "governance_vote_expiration_ts": "1969-12-31T23:59:59",
        "hbd_balance": {
          "amount": "0",
          "nai": "@@000000013",
          "precision": 3
        },
        "hbd_last_interest_payment": "2021-03-19T15:29:51",
        "hbd_seconds": "21434319",
        "hbd_seconds_last_update": "2021-03-23T20:29:54",
        "id": 1217633,
        "is_smt": false,
        "json_metadata": "{}",
        "last_account_recovery": "1970-01-01T00:00:00",
        "last_account_update": "1970-01-01T00:00:00",
        "last_owner_update": "1970-01-01T00:00:00",
        "last_post": "1970-01-01T00:00:00",
        "last_post_edit": "1970-01-01T00:00:00",
        "last_root_post": "1970-01-01T00:00:00",
        "last_vote_time": "1970-01-01T00:00:00",
        "lifetime_vote_count": 0,
        "memo_key": "STM1111111111111111111111111111111114T1Anm",
        "mined": false,
        "name": "steem.dao",
        "next_vesting_withdrawal": "1969-12-31T23:59:59",
        "open_recurrent_transfers": 0,
        "owner": {
          "account_auths": [],
          "key_auths": [],
          "weight_threshold": 1 <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< HERE
        },
        "pending_claimed_accounts": 0,
        "pending_transfers": 0,
        "post_bandwidth": 0,
        "post_count": 0,
        "post_voting_power": {
          "amount": "0",
          "nai": "@@000000037",
          "precision": 6
        },
        "posting": {
          "account_auths": [],
          "key_auths": [],
          "weight_threshold": 1 <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< HERE
        },
        "posting_json_metadata": "",
        "posting_rewards": 0,
        "previous_owner_update": "1970-01-01T00:00:00",
        "proxied_vsf_votes": [
          0,
          0,
          0,
          0
        ],
        "proxy": "",
        "received_vesting_shares": {
          "amount": "0",
          "nai": "@@000000037",
          "precision": 6
        },
        "recovery_account": "steem.dao",
        "reset_account": "null",
        "reward_hbd_balance": {
          "amount": "0",
          "nai": "@@000000013",
          "precision": 3
        },
        "reward_hive_balance": {
          "amount": "0",
          "nai": "@@000000021",
          "precision": 3
        },
        "reward_vesting_balance": {
          "amount": "0",
          "nai": "@@000000037",
          "precision": 6
        },
        "reward_vesting_hive": {
          "amount": "0",
          "nai": "@@000000021",
          "precision": 3
        },
        "savings_balance": {
          "amount": "0",
          "nai": "@@000000021",
          "precision": 3
        },
        "savings_hbd_balance": {
          "amount": "0",
          "nai": "@@000000013",
          "precision": 3
        },
        "savings_hbd_last_interest_payment": "1970-01-01T00:00:00",
        "savings_hbd_seconds": "0",
        "savings_hbd_seconds_last_update": "1970-01-01T00:00:00",
        "savings_withdraw_requests": 0,
        "to_withdraw": 0,
        "vesting_shares": {
          "amount": "0",
          "nai": "@@000000037",
          "precision": 6
        },
        "vesting_withdraw_rate": {
          "amount": "0",
          "nai": "@@000000037",
          "precision": 6
        },
        "voting_manabar": {
          "current_mana": 0,
          "last_update_time": 1550110857
        },
        "withdraw_routes": 0,
        "withdrawn": 0,
        "witnesses_voted_for": 0
      }
    ]
  }
}
curl -s --data '{"jsonrpc":"2.0", "method":"database_api.find_accounts", "params": {"accounts":["hive.fund"]}, "id":1}' https://api.hive.blog | jq
curl -s --data '{"jsonrpc":"2.0", "method":"database_api.find_accounts", "params": {"accounts":["steem.dao"]}, "id":1}' https://api.hive.blog | jq