From 42275564053931019e8907b5225476fb300d2a4d Mon Sep 17 00:00:00 2001 From: Dev Ojha Date: Mon, 4 Nov 2019 15:05:44 -0800 Subject: [PATCH] typo fix: full nude -> full node (#4107) --- docs/spec/consensus/light-client.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/spec/consensus/light-client.md b/docs/spec/consensus/light-client.md index 18dc280a3..8d8946fd8 100644 --- a/docs/spec/consensus/light-client.md +++ b/docs/spec/consensus/light-client.md @@ -146,7 +146,7 @@ We consider the following use case: This can be used in several settings: - someone tells the lite client that application data that is relevant for it can be read in the block of height *k*. - - the lite clients wants the latest state. It asks a full nude for the current height, and uses the response for *k*. + - the lite clients wants the latest state. It asks a full node for the current height, and uses the response for *k*. ## Details