Unverified Commit 759d795c authored by aaronbuchwald's avatar aaronbuchwald Committed by GitHub

eth: formatted error nit (#25499)

parent e4b3bd6f
......@@ -586,5 +586,5 @@ func (api *DebugAPI) GetAccessibleState(from, to rpc.BlockNumber) (uint64, error
return uint64(i), nil
}
}
return 0, fmt.Errorf("no state found")
return 0, errors.New("no state found")
}
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