From dc28c95665b286d7ea98dc17220b3f65d517a0d3 Mon Sep 17 00:00:00 2001 From: Sukey <35202440+sukey2008@users.noreply.github.com> Date: Thu, 7 Dec 2023 23:34:42 +0100 Subject: [PATCH] Fix one minor typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5534c80..ba24585 100644 --- a/README.md +++ b/README.md @@ -25,4 +25,4 @@ The process is simple: - Assumes all jito rewards were collected prior to the stake pool validator list being updated - Does not distinguish jito rewards from potential "donations" to stake accounts - Rather than mirror the logic, inflation rewards are currently fetched through a RPC call -- The effective APY is based on the LST price appreciation, and therefore obtained from the snaphshot at epoch N+1 when available, or through the live pool state if N+1 is the current epoch. A consequence of this is that the pools' effective APY for the latest complete epoch will likely change once the following epoch completes. +- The effective APY is based on the LST price appreciation, and therefore obtained from the snapshot at epoch N+1 when available, or through the live pool state if N+1 is the current epoch. A consequence of this is that the pools' effective APY for the latest complete epoch will likely change once the following epoch completes.