浏览代码

Update example.config.toml for fees

For phoenixd, add fee_percent and reserve_fee_min
findingsov 6 月之前
父节点
当前提交
2497691c7e
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      crates/cdk-mintd/example.config.toml

+ 3 - 0
crates/cdk-mintd/example.config.toml

@@ -27,6 +27,9 @@ mnemonic = ""
 [ln]
 # Required ln backend `cln`, `lnd`, `strike`, `fakewallet`, 'lnbits', 'phoenixd'
 ln_backend = "cln"
+# For 'phoenixd' backend, also specify fee_percent (% fee of the ln payment that mint will put in the melt quote) and reserve_fee_min (absolute amount-higher of fee_percent or reserve_fee_min is the fee reserve). 
+# fee_percent=0.04
+# reserve_fee_min=4
 
 # [cln]
 # Required if using cln backend path to rpc