Commit 05ede7af authored by mdj33's avatar mdj33 Committed by vipwzw

linter

parent 8a6d07a6
......@@ -243,7 +243,7 @@ func getMostResults(mostHash []byte, stat *pt.ParacrossHeightStatus) ([]byte, []
return stat.BlockDetails.StateHashs[i], stat.BlockDetails.TxResults[i], stat.BlockDetails.TxHashs[i], stat.BlockDetails.CrossTxResults[i], stat.BlockDetails.CrossTxHashs[i]
}
}
return nil, nil, nil, nil
return nil, nil, nil, nil, nil
}
func hasCommited(addrs []string, addr string) (bool, int) {
......
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