After starting up a node, I issue a liststreams command from the cli and I get the following error:
From node:
"MultiChain Core Daemon build 1.0 beta 2 protocol 10008
Chain testchain already exists, adding 192.168.43.146:2919 to list of peers
Other nodes can connect to this node using:
multichaind testchain@192.168.43.222:2919
Node started
Assertion failed: (false), function forced_return, file /usr/local/include/boost/variant/detail/forced_return.hpp, line 47.
Abort trap: 6"
And here's the debug log:
"
2017-07-10 15:10:45 mcapi: API request from 127.0.0.1
2017-07-10 15:10:45 ThreadRPCServer method=liststreams
2017-07-10 15:10:45 mcapi: API request: {"method":"liststreams","params":[]}
"
I've followed the github page to compile multichain from source for Mac.
Any ideas on what this might be?
Thank you