mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-04 08:44:28 +00:00
Sharding: fix error msg
Former-commit-id: 6b79f8caeb23aa405180a8f776eabdacbf35f765 [formerly e5d0d702cc93fbd3c13e0abf09606c82a37734ab] Former-commit-id: 325a592978a92840d74844fae594bc927da8af4b
This commit is contained in:
parent
a4a0ca98dd
commit
6df9fddf7c
@ -137,7 +137,7 @@ func submitCollation(shardID int64) error {
|
||||
// into contract.
|
||||
func joinNotaryPool(c client.Client) error {
|
||||
if !c.DepositFlagSet() {
|
||||
return errors.New("join notary pool called when deposit flag was not set")
|
||||
return errors.New("joinNotaryPool called when deposit flag was not set")
|
||||
}
|
||||
|
||||
log.Info("Joining notary pool")
|
||||
|
Loading…
Reference in New Issue
Block a user