diff options
author | Sonic <sonic@dexon.org> | 2019-05-06 15:32:26 +0800 |
---|---|---|
committer | Sonic <sonic@dexon.org> | 2019-05-06 15:32:26 +0800 |
commit | a7318ebed0c89a3312c3cca8fc2c6b6bc91b6228 (patch) | |
tree | 49ea74e625dab9112276207bf160b4609c678e3d /lds | |
parent | ad6f2c0fb08330668f49c0e6008110c8b3c24380 (diff) | |
download | dexon-a7318ebed0c89a3312c3cca8fc2c6b6bc91b6228.tar dexon-a7318ebed0c89a3312c3cca8fc2c6b6bc91b6228.tar.gz dexon-a7318ebed0c89a3312c3cca8fc2c6b6bc91b6228.tar.bz2 dexon-a7318ebed0c89a3312c3cca8fc2c6b6bc91b6228.tar.lz dexon-a7318ebed0c89a3312c3cca8fc2c6b6bc91b6228.tar.xz dexon-a7318ebed0c89a3312c3cca8fc2c6b6bc91b6228.tar.zst dexon-a7318ebed0c89a3312c3cca8fc2c6b6bc91b6228.zip |
fixup! les: rename package to lds
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 ( |