Hello,
when upgrading a blockchain (protocol), I run into the following problem:
1) The existing chain is 20003, the binary version of multichaind is 2.1.2
2) I follow the instruction from
https://www.multichain.com/developers/upgrading-nodes-chains/ to upgrade to protocol 20012.
3) Everything worked.
4) When restarting multichaind 2.1.2 it detects the new version 20012. Other nodes also detect 20012.
getinfo says:
[version] => 2.1.2
[nodeversion] => 20102901
[edition] => Community
[protocolversion] => 20012
5) BUT: Moving to multichaind-latest (2.3.3) it stops with the following error:
MultiChain 2.3.3 Daemon (Community Edition, latest protocol 20013)
Starting up node...
ERROR: The protocol version (20003) for blockchain mc2a3 has been deprecated and was last supported in MultiChain 2.2 beta 3
What can be the problem?
Thanks,
Chris