Node is using parameters with hash: X but network map is advertising: Y exception

只愿长相守 提交于 2019-12-24 18:50:00

问题


When starting a Corda node, I receive the following error message:

Node is using parameters with hash: X but network map is advertising: Y.

What is the cause of this error, and how can I address it?


回答1:


This error means that your node's compatibility zone has pushed a new set of network parameters, and you need to accept them.

You accept the new network parameters by invoking the CordaRPCOps.acceptNewNetworkParameters() RPC operation on your node. acceptNewNetworkParameters takes as its sole argument a SecureHash of the new network parameters being accepted.



来源:https://stackoverflow.com/questions/52705320/node-is-using-parameters-with-hash-x-but-network-map-is-advertising-y-exceptio

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!