mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-21 06:04:33 +00:00
fix error when find penalties in 4 epoch ago
This commit is contained in:
parent
f39fe02a9c
commit
b41dcb301f
1 changed files with 2 additions and 1 deletions
|
|
@ -271,7 +271,8 @@ func New(ctx *node.ServiceContext, config *Config) (*Ethereum, error) {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
} else {
|
||||
break
|
||||
}
|
||||
}
|
||||
return penSigners, nil
|
||||
|
|
|
|||
Loading…
Reference in a new issue