Hi, when issuance an asset I find a error:
raise exceptions.RPCError('{}'.format(response_json['error']))lib.exceptions.RPCError: {'message': 'Server error', 'code': -32000, 'data': {'message': "'address'", 'args': ['address'], 'type': 'KeyError'}}
what happened to my address???my command is "counterpartyd issuance --source=1Ej2******b --asset=****--quantity=10000000 --divisible --description=""
need help. thanks
I know you might have tried this, but I would recommend downgrading to the latest version of Counterparty which is v6.3 or the master branch.
Try that with your issuance commands and then let us know what happened to you.