Commit 51a3e896 authored by vipwzw's avatar vipwzw

auto ci

parent b7088025
......@@ -269,7 +269,7 @@ func (b *blsClient) isValidNodes(id string) bool {
}
func (b *blsClient) clearDonePool(consensHeight int64) {
for h, _ := range b.commitsPool {
for h := range b.commitsPool {
if h <= consensHeight {
delete(b.commitsPool, h)
}
......
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