节点使用带有哈希值的参数:X,但网络地图正在通告:Y异常 [英] Node is using parameters with hash: X but network map is advertising: Y exception

查看:32
本文介绍了节点使用带有哈希值的参数:X,但网络地图正在通告:Y异常的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

启动Corda节点时,我收到以下错误消息:

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

节点正在使用带有哈希值X的参数,但网络地图正在宣传:是的.

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?

推荐答案

此错误表示您节点的兼容区域已推送了一组新的网络参数,您需要接受它们.

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

您可以通过在节点上调用 CordaRPCOps.acceptNewNetworkParameters() RPC操作来接受新的网络参数. acceptNewNetworkParameters 以接受新网络参数的 SecureHash 作为其唯一参数.

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.

这篇关于节点使用带有哈希值的参数:X,但网络地图正在通告:Y异常的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆