Blockstream / green_qt

Blockstream Green App
GNU General Public License v3.0
203 stars 32 forks source link

Expected a difference in transaction fee #57

Closed Disti4ct closed 3 years ago

Disti4ct commented 3 years ago

Expected behaviour

DIfference in the default fee options

Actual behaviour

They aren't different

Screenshots

Screenshot 2021-08-15 03:02:23

jgriffiths commented 3 years ago

Hi @NotEternal

The mempool is currently almost empty and as a result, the mimimal possible fee of 1 satoshi per vbyte is currently suitable for any priority - 1 sat/vbyte transactions are clearing in the next block.

As the fee can't go lower than this, the fee rate is the same for all priorities. When the mempool gets more transactions you will see the rates change, with slower confirmation targets being cheaper.

Closing this issue as its expected behaviour under these conditions.