diff options
Diffstat (limited to 'lds/api_backend.go')
-rw-r--r-- | lds/api_backend.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lds/api_backend.go b/lds/api_backend.go index 7b4469bc5..dba9ac2ef 100644 --- a/lds/api_backend.go +++ b/lds/api_backend.go @@ -39,7 +39,7 @@ import ( ) type LesApiBackend struct { - eth *LightEthereum + eth *LightDexon gpo *gasprice.Oracle } |