revault / practical-revault

Version 0 specifications for a Revault deployment
Creative Commons Attribution 4.0 International
33 stars 9 forks source link

messages: add the chosen fixed feerate to the unvault transaction #45

Closed darosior closed 3 years ago

darosior commented 3 years ago

To sum up, we cannot broadcast the unvault if the majority of the network mempools minfee goes above 21sat/vbyte, but there is no fix apart from deploying package relay on the Bitcoin network (https://github.com/bitcoin/bitcoin/issues/14895).

This is not security critical, but may become so as users may be trying any trick to bypass the blocking of operations.

Signed-off-by: Antoine Poinsot darosior@protonmail.com

Fixes https://github.com/re-vault/practical-revault/issues/15