I have issued an asset like the following
Note : I am using "Savoir" python wrapper, and initialized the connection
assetname = 'asset2', assetquantity = 1000, assetunit = 1
asset = api.issue(assetaddress,assetname,assetquantity,assetunit)
now the question is when i am doing the exchange operation, when i am doing preparelockunspent in the node1 like the following
api.preparelockunspent({"asset2":1})
i am getting an error {u'id': 2, u'result': None, u'error': {u'message': u'Insufficient funds', u'code': -4}}
can you please tell me why the message insufficient funds, and how can i initialize the units ?