Skip to content

Commit

Permalink
Merge pull request #380 from blocknative/documentation/tx-error
Browse files Browse the repository at this point in the history
Documentation - txError, txUnderpriced
  • Loading branch information
lnbc1QWFyb24 authored Sep 11, 2019
2 parents 831ad33 + d96162f commit a744e1e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,8 @@ var config = {
txSent: Function, // Transaction has been sent to the network
txPending: Function, // Transaction is pending and has been detected in the mempool
txSendFail: Function, // Transaction failed to be sent to the network
txUnderpriced: Function, // Transaction gas limit was set too low
txError: Function, // An unknown MetaMask / JSON RPC error occurred when trying to send the transaction
txStallPending: Function, // Transaction was sent to the network but has not been detected in the txPool
txStallConfirmed: Function, // Transaction has been detected in the mempool but hasn't been confirmed
txFailed: Function, // Transaction failed
Expand Down

0 comments on commit a744e1e

Please sign in to comment.