cleanup: remove openchannel rpc

This commit is contained in:
Jesse de Wit
2024-02-08 10:45:40 +01:00
parent a072e5c090
commit 31bf2a885a
13 changed files with 87 additions and 444 deletions

View File

@@ -439,8 +439,6 @@ func (i *Interceptor) ensureChannelOpen(payment *paymentState) {
Destination: destination,
CapacitySat: uint64(capacity),
MinConfs: i.config.MinConfs,
IsPrivate: true,
IsZeroConf: true,
FeeSatPerVByte: fee.SatPerVByte,
TargetConf: fee.TargetConf,
})