From 22335a304389bc8e7888acea65c8d9e2ecbb70ad Mon Sep 17 00:00:00 2001 From: poma Date: Fri, 2 Oct 2020 12:59:26 +0300 Subject: [PATCH] prettier --- src/Transaction.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/Transaction.js b/src/Transaction.js index 27a212d..0d763a7 100644 --- a/src/Transaction.js +++ b/src/Transaction.js @@ -14,7 +14,10 @@ const gasPriceErrors = [ /Returned error: Transaction gas price \d+wei is too low. There is another transaction with same nonce in the queue with gas price: \d+wei. Try increasing the gas price or incrementing the nonce./, ] -const sameTxErrors = ['Returned error: Transaction with the same hash was already imported.'] +// prettier-ignore +const sameTxErrors = [ + "Returned error: Transaction with the same hash was already imported." +]; class Transaction { constructor(tx, manager) {