Commit 8b42a03f authored by wyykak's avatar wyykak

fix

Signed-off-by: wyykak's avatarwyykak <wyy_1414@126.com>
parent 7d12a888
Pipeline #11400 passed with stage
in 40 seconds
......@@ -414,7 +414,7 @@ function this.GetChainInfo(ev,...)
elseif v == CHAININFO_TRIGGERING_ATTRIBUTE then
table.insert(chaininfolist,0x7f)
else
local tmp=this.GetChainInfotmp(ev,v)
local tmp=table.pack(this.GetChainInfotmp(ev,v))
table.move(tmp,1,#tmp,#chaininfolist+1,chaininfolist)
end
end
......
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