aboutsummaryrefslogtreecommitdiffstats
path: root/lds/handler.go
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/handler.go
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/handler.go')
-rw-r--r--lds/handler.go2
1 files changed, 1 insertions, 1 deletions
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 (