Display real fedimint block finality delay
Author: tvolk131Created Aug 19, 2025Updated Oct 29, 2025
The fedimint on-chain receive description is hard-coded to say "10 block confirmations":
While 10 blocks is the default, this block finality delay is configurable by the federation guardians. I added support for fetching the actual finality delay to the fedimint-wallet-client crate in this PR: https://github.com/fedimint/fedimint/pull/7657
Once this change lands in fedimint v0.9, let's use the new function to display the actual finality delay for a given federation.
Source: HarborWallet/harbor