aboutsummaryrefslogtreecommitdiffstats
path: root/lds/txrelay.go
diff options
context:
space:
mode:
Diffstat (limited to 'lds/txrelay.go')
-rw-r--r--lds/txrelay.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/lds/txrelay.go b/lds/txrelay.go
index 20d137850..7feb2c189 100644
--- a/lds/txrelay.go
+++ b/lds/txrelay.go
@@ -39,7 +39,7 @@ type LdsTxRelay struct {
reqDist *requestDistributor
}
-func NewLesTxRelay(ps *peerSet, reqDist *requestDistributor) *LdsTxRelay {
+func NewLdsTxRelay(ps *peerSet, reqDist *requestDistributor) *LdsTxRelay {
r := &LdsTxRelay{
txSent: make(map[common.Hash]*ltrInfo),
txPending: make(map[common.Hash]struct{}),