docs(README): Update executor fee to be fixed amount only, remove percentage option

This commit is contained in:
2026-04-09 11:29:35 +00:00
parent 60fc08ad5a
commit 694e14d851

View File

@@ -163,7 +163,7 @@ Heirs:
Locktime: 1y (1 year from now)
CheckAlive: 180d (180 days before locktime)
Executor: "Alice Executor" (fee: 1% of total)
Executor: "Alice Executor" (fee: 0.01 BTC fixed)
```
**Transaction Created**:
@@ -214,7 +214,7 @@ Heirs:
Total: 1.0 BTC
Locktime: 365d (1 year from now)
CheckAlive: 180d (6 months before locktime)
Executor: "Charlie Executor" (fee: 2% of total)
Executor: "Charlie Executor" (fee: 0.02 BTC fixed)
```
---
@@ -247,8 +247,8 @@ After installation, configure in Electrum:
"default_locktime": "365d",
"checkalive_mode": "interval",
"checkalive_value": "180d",
"executor_fee_type": "percentage",
"executor_fee_value": 1.0,
"executor_fee": 0.01,
"debug": false
}
```