lnwallet+chainregistry: remove unused FeeEstimator from wallet cfg

This commit is contained in:
Unknown
2019-04-12 14:13:48 -07:00
committed by Valentine Wallace
parent 1fa13e5cfc
commit 16aad1a9ee
3 changed files with 12 additions and 37 deletions

View File

@@ -178,7 +178,6 @@ func newChainControlFromConfig(cfg *config, chanDB *channeldb.DB,
RecoveryWindow: recoveryWindow,
DataDir: homeChainConfig.ChainDir,
NetParams: activeNetParams.Params,
FeeEstimator: cc.feeEstimator,
CoinType: activeNetParams.CoinType,
Wallet: wallet,
}