joinmarket-webui/jam

feat: adapt `absurd_fee_per_kb` setting

Open

#717 创建于 2024年1月17日

在 GitHub 查看
 (14 评论) (1 反应) (1 负责人)TypeScript (108 fork)auto 404
enhancementgood first issue

仓库指标

Star
 (325 star)
PR 合并指标
 (PR 指标待抓取)

描述

Currently, absurd_fee_per_kb is hardcoded in Jam and used when validating the fee settings. absurd_fee_per_kb should be customizable by the user and it should be taken into account when validating fee values.

e.g. a user setting tx fee to 349 sats/vbyte with 20% randomization factor will likely have this tx failing without being properly informed exactly why (tx fee > absurd fee).

贡献者指南