The fedimint on-chain receive description is hard-coded to say "10 block confirmations":
|
"Good for large amounts. Requires on-chain fees and 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: fedimint/fedimint#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.
The fedimint on-chain receive description is hard-coded to say "10 block confirmations":
harbor/harbor-ui/src/routes/receive.rs
Line 153 in 1191c03
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-clientcrate in this PR: fedimint/fedimint#7657Once this change lands in fedimint v0.9, let's use the new function to display the actual finality delay for a given federation.