From ad6f2c0fb08330668f49c0e6008110c8b3c24380 Mon Sep 17 00:00:00 2001 From: Sonic Date: Mon, 6 May 2019 15:29:55 +0800 Subject: fixup! les: rename package to lds --- lds/backend.go | 2 +- lds/fetcher.go | 2 +- lds/freeclient.go | 2 +- lds/handler.go | 2 +- lds/peer.go | 2 +- lds/protocol.go | 2 +- lds/randselect.go | 2 +- lds/server.go | 2 +- lds/serverpool.go | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) (limited to 'lds') diff --git a/lds/backend.go b/lds/backend.go index ef222aec5..80010e4d8 100644 --- a/lds/backend.go +++ b/lds/backend.go @@ -14,7 +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 les implements the Light Ethereum Subprotocol. +// Package lds implements the Light Dexon Subprotocol. package lds import ( diff --git a/lds/fetcher.go b/lds/fetcher.go index f96bd1d79..8db34398c 100644 --- a/lds/fetcher.go +++ b/lds/fetcher.go @@ -14,7 +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 les implements the Light Ethereum Subprotocol. +// Package lds implements the Light Dexon Subprotocol. package lds import ( diff --git a/lds/freeclient.go b/lds/freeclient.go index 34e6006b6..c98164703 100644 --- a/lds/freeclient.go +++ b/lds/freeclient.go @@ -14,7 +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 les implements the Light Ethereum Subprotocol. +// Package lds implements the Light Dexon Subprotocol. package lds import ( diff --git a/lds/handler.go b/lds/handler.go index 2eece6f25..a32784730 100644 --- a/lds/handler.go +++ b/lds/handler.go @@ -14,7 +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 les implements the Light Ethereum Subprotocol. +// Package lds implements the Light Dexon Subprotocol. package lds import ( diff --git a/lds/peer.go b/lds/peer.go index 5427855f6..15615ec7a 100644 --- a/lds/peer.go +++ b/lds/peer.go @@ -14,7 +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 les implements the Light Ethereum Subprotocol. +// Package lds implements the Light Dexon Subprotocol. package lds import ( diff --git a/lds/protocol.go b/lds/protocol.go index eace2a04c..d89b2e301 100644 --- a/lds/protocol.go +++ b/lds/protocol.go @@ -14,7 +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 les implements the Light Ethereum Subprotocol. +// Package lds implements the Light Dexon Subprotocol. package lds import ( diff --git a/lds/randselect.go b/lds/randselect.go index a62e6db4a..a4a80d799 100644 --- a/lds/randselect.go +++ b/lds/randselect.go @@ -14,7 +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 les implements the Light Ethereum Subprotocol. +// Package lds implements the Light Dexon Subprotocol. package lds import ( diff --git a/lds/server.go b/lds/server.go index 4784da4d9..77ce4ac78 100644 --- a/lds/server.go +++ b/lds/server.go @@ -14,7 +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 les implements the Light Ethereum Subprotocol. +// Package lds implements the Light Dexon Subprotocol. package lds import ( diff --git a/lds/serverpool.go b/lds/serverpool.go index 8e06b2356..92ce621e5 100644 --- a/lds/serverpool.go +++ b/lds/serverpool.go @@ -14,7 +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 les implements the Light Ethereum Subprotocol. +// Package lds implements the Light Dexon Subprotocol. package lds import ( -- cgit v1.2.3