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

auto ci

parent de555afc
...@@ -425,7 +425,7 @@ func (b *blsClient) verifyBlsSign(addr string, commit *pt.ParacrossCommitAction) ...@@ -425,7 +425,7 @@ func (b *blsClient) verifyBlsSign(addr string, commit *pt.ParacrossCommitAction)
func (b *blsClient) showTxBuffInfo() *pt.ParaBlsSignSumInfo { func (b *blsClient) showTxBuffInfo() *pt.ParaBlsSignSumInfo {
var seq []int64 var seq []int64
var ret pt.ParaBlsSignSumInfo var ret pt.ParaBlsSignSumInfo
for k, _ := range b.txsBuff { for k := range b.txsBuff {
seq = append(seq, k) seq = append(seq, k)
} }
sort.Slice(seq, func(i, j int) bool { return seq[i] < seq[j] }) sort.Slice(seq, func(i, j int) bool { return seq[i] < seq[j] })
......
...@@ -1033,4 +1033,3 @@ func (client *commitMsgClient) isValidNode(addr string) bool { ...@@ -1033,4 +1033,3 @@ func (client *commitMsgClient) isValidNode(addr string) bool {
} }
return false return false
} }
This diff is collapsed.
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