I got following error when I try to build Multichain from its Github repository.
chainparams/chainparams.cpp: In constructor ‘CMainParams::CMainParams()’:
chainparams/chainparams.cpp:176:51: error: ambiguous overload for ‘operator=’ (operand types are ‘std::vector<unsigned char>’ and ‘boost::assign_detail::generic_list<int>’)
base58Prefixes[PUBKEY_ADDRESS] = list_of(0);
^
In file included from /usr/include/c++/6/vector:69:0,
from ./chainparams/chainparamsbase.h:10,
from ./chainparams/chainparams.h:10,
from chainparams/chainparams.cpp:7:
I can't figure out how to fix this.