Commit 8378d3be authored by suyanlong's avatar suyanlong

Fixed bug

parent ef14a915
......@@ -22,6 +22,7 @@ func NewPortMap() *PortMap {
peerPort: map[string]Port{},
appchainPort: map[string]Port{},
hubPort: nil,
local: nil,
}
}
......
......@@ -41,3 +41,7 @@ type Router interface {
// 1、用户交易内部的路由规则最高。
// 2、用户在程序设定。
// 3、系统默认。
// 1、交易分装、转发、路由,回执、查询、校验、 系统合约管理。(基本逻辑)
// 2、事务、(路由、合约管理)规则、跨链交易的背书与完成校验。(功能完善)
// 3、VM。(功能完善)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment