Currently the wallet enforces a minimum fee rate of 1 sat/vbyte when creating transactions. Users should be able to set fee rates below 1 sat/vbyte (e.g. 0.5 sat/vbyte) to take advantage of low-fee mempool conditions and save on transaction costs. Problem is we currently round down this amount from 0.5 to 0 so this creates issues...
User stories
- As a user, I want to set a fee rate below 1 sat/vbyte when the mempool is empty, so I can minimize my transaction fees
- As a user, I want to be informed that sub-1 sat/vbyte transactions may take longer to confirm, so I can make an informed choice
Acceptance criteria
Test cases
Currently the wallet enforces a minimum fee rate of 1 sat/vbyte when creating transactions. Users should be able to set fee rates below 1 sat/vbyte (e.g. 0.5 sat/vbyte) to take advantage of low-fee mempool conditions and save on transaction costs. Problem is we currently round down this amount from 0.5 to 0 so this creates issues...
User stories
Acceptance criteria
Test cases