From a7318ebed0c89a3312c3cca8fc2c6b6bc91b6228 Mon Sep 17 00:00:00 2001 From: Sonic Date: Mon, 6 May 2019 15:32:26 +0800 Subject: fixup! les: rename package to lds --- lds/distributor.go | 3 +-- lds/distributor_test.go | 3 +-- lds/freeclient_test.go | 3 +-- lds/retrieve.go | 3 +-- 4 files changed, 4 insertions(+), 8 deletions(-) (limited to 'lds') diff --git a/lds/distributor.go b/lds/distributor.go index e2a2ba719..ac27d1c9b 100644 --- a/lds/distributor.go +++ b/lds/distributor.go @@ -14,8 +14,7 @@ // You should have received a copy of the GNU Lesser General Public License // along with the go-ethereum library. If not, see . -// Package light implements on-demand retrieval capable state and chain objects -// for the Ethereum Light Client. +// Package lds implements the Light Dexon Subprotocol. package lds import ( diff --git a/lds/distributor_test.go b/lds/distributor_test.go index e25cfa8ff..e0ea6a5fb 100644 --- a/lds/distributor_test.go +++ b/lds/distributor_test.go @@ -14,8 +14,7 @@ // You should have received a copy of the GNU Lesser General Public License // along with the go-ethereum library. If not, see . -// Package light implements on-demand retrieval capable state and chain objects -// for the Ethereum Light Client. +// Package lds implements the Light Dexon Subprotocol. package lds import ( diff --git a/lds/freeclient_test.go b/lds/freeclient_test.go index 2d7b676d0..805a3dad7 100644 --- a/lds/freeclient_test.go +++ b/lds/freeclient_test.go @@ -14,8 +14,7 @@ // You should have received a copy of the GNU Lesser General Public License // along with the go-ethereum library. If not, see . -// Package light implements on-demand retrieval capable state and chain objects -// for the Ethereum Light Client. +// Package lds implements the Light Dexon Subprotocol. package lds import ( diff --git a/lds/retrieve.go b/lds/retrieve.go index 2e5236151..058922589 100644 --- a/lds/retrieve.go +++ b/lds/retrieve.go @@ -14,8 +14,7 @@ // You should have received a copy of the GNU Lesser General Public License // along with the go-ethereum library. If not, see . -// Package light implements on-demand retrieval capable state and chain objects -// for the Ethereum Light Client. +// Package lds implements the Light Dexon Subprotocol. package lds import ( -- cgit v1.2.3