mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-30 23:53:41 +02:00
lnd: use a default temporary static fee of 50 sat/byte for BTC
This commit is contained in:
2
lnd.go
2
lnd.go
@@ -149,7 +149,7 @@ func lndMain() error {
|
||||
signer := wc
|
||||
bio := wc
|
||||
fundingSigner := wc
|
||||
estimator := lnwallet.StaticFeeEstimator{FeeRate: 250}
|
||||
estimator := lnwallet.StaticFeeEstimator{FeeRate: 50}
|
||||
|
||||
// Create, and start the lnwallet, which handles the core payment
|
||||
// channel logic, and exposes control via proxy state machines.
|
||||
|
Reference in New Issue
Block a user