Skip to content

Commit 6019fe4

Browse files
committed
backend/config: remove unused function SetBtcOnly
1 parent 2c667fd commit 6019fe4

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

backend/config/config.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -269,12 +269,6 @@ func NewConfig(appConfigFilename string, accountsConfigFilename string) (*Config
269269
return config, nil
270270
}
271271

272-
// SetBtcOnly sets non-bitcoin accounts in the config to false.
273-
func (config *Config) SetBtcOnly() {
274-
config.appConfig.Backend.DeprecatedLitecoinActive = false
275-
config.appConfig.Backend.DeprecatedEthereumActive = false
276-
}
277-
278272
// SetBTCElectrumServers sets the BTC configuration to the provided electrumIP and electrumCert.
279273
func (config *Config) SetBTCElectrumServers(electrumAddress, electrumCert string) {
280274
config.appConfig.Backend.BTC = btcCoinConfig{

0 commit comments

Comments
 (0)