bitshares1-core
bitshares1-core copied to clipboard
BitGold reports negative fees collected and a negative yield rate
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" }
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.