summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Diamant <michaeldiamant@users.noreply.github.com>2022-01-31 14:32:06 -0500
committerGitHub <noreply@github.com>2022-01-31 14:32:06 -0500
commitcd19002a8d79e856fc443163fd89dc810c0160f2 (patch)
treee098969d20d9e20a6b45151ae44eed379e9d8718
parent93a372d085dfa6305e6d3dba95df5279980a545e (diff)
documentation: Update ledger README reference to trackers (#3540)
## Summary Updates ledger README reference to tracker source code. Since `trackers.go` does _not_ exist, I _assume_ the appropriate reference is `tracker.go`. ## Test Plan Since the change _only_ impacts docs, I visually confirmed Markdown rendering.
-rw-r--r--ledger/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/ledger/README.md b/ledger/README.md
index 37d6baed7..ca203664c 100644
--- a/ledger/README.md
+++ b/ledger/README.md
@@ -46,7 +46,7 @@ all blocks from the beginning of the blockchain. As an optimization,
the ledger allows trackers to store persistent state, so that they can
reconstruct their state quickly, without considering every block.
-The interface between ledger and trackers is defined in `trackers.go`.
+The interface between ledger and trackers is defined in `tracker.go`.
Trackers have access to the ledger through a restricted API defined by
`ledgerForTracker`. This allows trackers to access the ledger's SQLite