diff options
Diffstat (limited to 'lds')
-rw-r--r-- | lds/backend.go | 2 | ||||
-rw-r--r-- | lds/fetcher.go | 2 | ||||
-rw-r--r-- | lds/freeclient.go | 2 | ||||
-rw-r--r-- | lds/handler.go | 2 | ||||
-rw-r--r-- | lds/peer.go | 2 | ||||
-rw-r--r-- | lds/protocol.go | 2 | ||||
-rw-r--r-- | lds/randselect.go | 2 | ||||
-rw-r--r-- | lds/server.go | 2 | ||||
-rw-r--r-- | lds/serverpool.go | 2 |
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 ( |