Skip to content
This repository has been archived by the owner on Feb 21, 2019. It is now read-only.

BitGold reports negative fees collected and a negative yield rate #1542

Open
Troglodactyl opened this issue May 11, 2015 · 1 comment
Open

Comments

@Troglodactyl
Copy link

blockchain_get_asset 7

{
"id": 7,
"symbol": "GOLD",
"issuer_id": -2,
"authority": {
"required": 1,
"owners": []
},
"authority_flag_permissions": 0,
"active_flags": 0,
"whitelist": [],
"name": "Gold",
"description": "1 troy ounce .999 fine gold",
"public_data": null,
"precision": 1000000,
"max_supply": 1000000000000000,
"withdrawal_fee": 0,
"market_fee_rate": 0,
"collected_fees": -22803,
"current_supply": 10690303,
"registration_date": "2014-07-19T03:18:40",
"last_update": "2014-07-19T03:18:40"
}

@vikramrajkumar
Copy link
Contributor

Must be an unfortunate artifact of the supply accounting fixes (supply must equal debt for bitassets) required after the rounding fixes. Should get paid down and go back to 0 as GOLD fees get paid. Luckily, it seems to be relatively small in magnitude compared to the precision.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants