diff options
Diffstat (limited to 'lds')
-rw-r--r-- | lds/distributor.go | 3 | ||||
-rw-r--r-- | lds/distributor_test.go | 3 | ||||
-rw-r--r-- | lds/freeclient_test.go | 3 | ||||
-rw-r--r-- | lds/retrieve.go | 3 |
4 files changed, 4 insertions, 8 deletions
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 <http://www.gnu.org/licenses/>. -// 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 <http://www.gnu.org/licenses/>. -// 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 <http://www.gnu.org/licenses/>. -// 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 <http://www.gnu.org/licenses/>. -// 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 ( |