Equibit / wallet-ui

0 stars 1 forks source link

Minimum Relay Fee not checked until last step of trade #1065

Closed elliot-tio closed 6 years ago

elliot-tio commented 6 years ago

A trade for sell orders (fill or kill) is allowed to reach the last step where seller needs to collect payment (HTLC step 4) but cannot do so because of Error: 66: min relay fee not met

min relay fee error.png

min relay order.png *stuck in this step

min relay modal.png

David-Owen-Walker commented 6 years ago

When buying or selling BTC or (blank) EQB, there is a bug which can make a transaction impossible to complete. If only a small quantity of currency is being traded, the payment may be smaller than the minimum relay fee and therefore uncollectible. This means we have four cases to handle

These are some simple error checks on the server and new error messages on UI.