aboutsummaryrefslogtreecommitdiffstats
path: root/lds
diff options
context:
space:
mode:
authorSonic <sonic@dexon.org>2019-05-06 15:29:55 +0800
committerSonic <sonic@dexon.org>2019-05-06 15:29:55 +0800
commitad6f2c0fb08330668f49c0e6008110c8b3c24380 (patch)
tree6b8ba06e7f05cb9a4146066f5bb070e0691058a8 /lds
parentea281c9a6755b819f1b625f6b1034aeb52e42dcb (diff)
downloaddexon-ad6f2c0fb08330668f49c0e6008110c8b3c24380.tar
dexon-ad6f2c0fb08330668f49c0e6008110c8b3c24380.tar.gz
dexon-ad6f2c0fb08330668f49c0e6008110c8b3c24380.tar.bz2
dexon-ad6f2c0fb08330668f49c0e6008110c8b3c24380.tar.lz
dexon-ad6f2c0fb08330668f49c0e6008110c8b3c24380.tar.xz
dexon-ad6f2c0fb08330668f49c0e6008110c8b3c24380.tar.zst
dexon-ad6f2c0fb08330668f49c0e6008110c8b3c24380.zip
fixup! les: rename package to lds
Diffstat (limited to 'lds')
-rw-r--r--lds/backend.go2
-rw-r--r--lds/fetcher.go2
-rw-r--r--lds/freeclient.go2
-rw-r--r--lds/handler.go2
-rw-r--r--lds/peer.go2
-rw-r--r--lds/protocol.go2
-rw-r--r--lds/randselect.go2
-rw-r--r--lds/server.go2
-rw-r--r--lds/serverpool.go2
9 files changed, 9 insertions, 9 deletions
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 <http://www.gnu.org/licenses/>.
-// 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 <http://www.gnu.org/licenses/>.
-// 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 <http://www.gnu.org/licenses/>.
-// 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 <http://www.gnu.org/licenses/>.
-// 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 <http://www.gnu.org/licenses/>.
-// 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 <http://www.gnu.org/licenses/>.
-// 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 <http://www.gnu.org/licenses/>.
-// 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 <http://www.gnu.org/licenses/>.
-// 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 <http://www.gnu.org/licenses/>.
-// Package les implements the Light Ethereum Subprotocol.
+// Package lds implements the Light Dexon Subprotocol.
package lds
import (