Browse Source

添加RPCReplyCode

dev
yfh 1 month ago
parent
commit
c566ed4c83
  1. 5
      et_rpc/rpc.go

5
et_rpc/rpc.go

@ -9,6 +9,11 @@ const (
NodeState_Unhealthy
)
const (
RPCReply_Success RPCReplyCode = iota
RPCReply_Failure
)
type NodeArgs struct {
ID string
Addr string

Loading…
Cancel
Save