OpenBazaar/spvwallet

Handle tx reject

cpacia opened this issue · 2 comments

Received this when sending a transaction: [incomingMessageHandler] [WARNING] Rejected! cmd: tx code: REJECT_INSUFFICIENTFEE tx

  1. This should not happen as it suggests the fee code isn't working right.
  2. Need to handle this message and either don't commit the tx to the database or use rbf.

The fee part is fixed but it should still handled rejects.

What's the status on this one? It's like 5 months old.