Remove min 0-conf fee rate (#750)

This commit is contained in:
Daniel Granhão
2025-02-18 12:20:39 +00:00
committed by GitHub
parent 6bf203dd80
commit eb3b12021c
12 changed files with 10 additions and 77 deletions

View File

@@ -5011,9 +5011,6 @@ final class wire_cst_config extends ffi.Struct {
@ffi.Uint64()
external int payment_timeout_sec;
@ffi.Uint32()
external int zero_conf_min_fee_rate_msat;
external ffi.Pointer<wire_cst_list_prim_u_8_strict> sync_service_url;
external ffi.Pointer<ffi.Uint64> zero_conf_max_amount_sat;
@@ -5745,8 +5742,6 @@ const double LIQUID_FEE_RATE_SAT_PER_VBYTE = 0.1;
const double LIQUID_FEE_RATE_MSAT_PER_VBYTE = 100.0;
const int DEFAULT_ZERO_CONF_MIN_FEE_RATE = 100;
const int DEFAULT_ZERO_CONF_MAX_SAT = 1000000;
const int CHAIN_SWAP_MONITORING_PERIOD_BITCOIN_BLOCKS = 4320;