diff options
Diffstat (limited to 'dex/config.go')
-rw-r--r-- | dex/config.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dex/config.go b/dex/config.go index 7661907cc..d218b35e2 100644 --- a/dex/config.go +++ b/dex/config.go @@ -126,4 +126,7 @@ type Config struct { // Indexer config Indexer indexer.Config + + // Recovery network RPC + RecoveryNetworkRPC string } |