Sharding: fix error msg

Former-commit-id: 6b79f8caeb23aa405180a8f776eabdacbf35f765 [formerly e5d0d702cc93fbd3c13e0abf09606c82a37734ab]
Former-commit-id: 325a592978a92840d74844fae594bc927da8af4b
This commit is contained in:
Preston Van Loon 2018-05-13 12:35:28 -04:00
parent a4a0ca98dd
commit 6df9fddf7c

View File

@ -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")