From d96162f4526d7381fd62994bd478ad8cfa0ea163 Mon Sep 17 00:00:00 2001 From: Aaron Barnard Date: Wed, 11 Sep 2019 11:17:35 +1000 Subject: [PATCH] Update docs to include txUnderpriced and txError event codes --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6354a7f..8254e1e 100644 --- a/README.md +++ b/README.md @@ -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