From b54f3ec2e1bea649f8abdece131c3fffa4631a38 Mon Sep 17 00:00:00 2001 From: Hlib Kanunnikov Date: Thu, 10 Feb 2022 14:27:26 +0200 Subject: [PATCH] Update node/type.go Co-authored-by: rene <41963722+renaynay@users.noreply.github.com> --- node/type.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/type.go b/node/type.go index 08a6a5170b..b6d8918edc 100644 --- a/node/type.go +++ b/node/type.go @@ -11,7 +11,7 @@ const ( // Light is a stripped-down Celestia Node which aims to be lightweight while preserving the highest possible // security guarantees. Light - // Full is a Celestia Node which keeps track of full-blown blocks. + // Full is a Celestia Node that stores blocks in their entirety. Full )