listunspent yields error

+1 vote
I am trying to execute the listunspent command via the multichain-cli but I receive an error.

{"method":"listunspent","params":[],"id":1,"chain_name":"testbc"}

error: {"code":-1,"message":"boost::bad_get: failed value get using boost::get"}

Some information concerning the addresses:

I have 2 addresses owned by this wallet. 2 addresses that are watch-only and 1 multisig address. The last 3 where added with the importaddress command.
asked Jan 27, 2016 by ealkalai

2 Answers

0 votes
 
Best answer
This should be fixed in the latest release, alpha 16. Thanks again for reporting it.
answered Jan 28, 2016 by MultiChain
selected Jan 28, 2016 by ealkalai
0 votes
This looks likely to be a bug. I will forward it to the team and let you know ASAP.
answered Jan 27, 2016 by MultiChain
...