BitShares Forum

Main => Technical Support => Topic started by: monsterer on October 31, 2015, 05:12:53 pm

Title: Unable to create sub-assets
Post by: monsterer on October 31, 2015, 05:12:53 pm
I get this error:

Code: [Select]
asset_symbol_itr != asset_indx.end(): Asset METAEX.BTC may only be created by issuer of METAEX, but METAEX has not been registered
Yet, METAEX exists.

Code: [Select]
get_asset METAEX
{
  "id": "1.3.586",
  "symbol": "METAEX",
  "precision": 8,
  "issuer": "1.2.30966",
  "options": {
    "max_supply": 21000000,
    "market_fee_percent": 0,
    "max_market_fee": 0,
    "issuer_permissions": 79,
    "flags": 0,
    "core_exchange_rate": {
      "base": {
        "amount": 1,
        "asset_id": "1.3.0"
      },
      "quote": {
        "amount": 1,
        "asset_id": "1.3.586"
      }
    },
    "whitelist_authorities": [],
    "blacklist_authorities": [],
    "whitelist_markets": [],
    "blacklist_markets": [],
    "description": "metaexchange IOU root",
    "extensions": []
  },
  "dynamic_asset_data_id": "2.3.586"
}
Title: Re: Unable to create sub-assets
Post by: sittingduck on October 31, 2015, 06:58:03 pm
That is being fixed in the hard fork coming up in a few days
Title: Re: Unable to create sub-assets
Post by: Shentist on October 31, 2015, 08:00:33 pm
That is being fixed in the hard fork coming up in a few days

is a timeframe communicated?