Commit c549a7fc authored by vipwzw's avatar vipwzw Committed by 33cn

auto ci

parent 616d114a
......@@ -28,7 +28,7 @@ func (p *Paracross) Query_GetTitleByHash(in *pt.ReqParacrossTitleHash) (types.Me
}
if !types.IsDappFork(p.GetMainHeight(), pt.ParaX, pt.ForkCommitTx) {
block, err := p.GetAPI().GetBlockOverview(&types.ReqHash{Hash:in.BlockHash})
block, err := p.GetAPI().GetBlockOverview(&types.ReqHash{Hash: in.BlockHash})
if err != nil || block == nil {
return nil, types.ErrHashNotExist
}
......
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