mirror of
https://github.com/aljazceru/breez-sdk-liquid.git
synced 2026-01-06 07:34:24 +01:00
Remove min 0-conf fee rate (#750)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user