joinmarket-webui/jam

feat: adapt `absurd_fee_per_kb` setting

Open

#717 opened on Jan 17, 2024

View on GitHub
 (14 comments) (1 reaction) (1 assignee)TypeScript (108 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (325 stars)
PR merge metrics
 (PR metrics pending)

Description

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).

Contributor guide