From b030ac02440c8cb7e4b8b6aa275fb76dc36fff1f Mon Sep 17 00:00:00 2001 From: poma Date: Fri, 2 Oct 2020 13:02:39 +0300 Subject: [PATCH] prettier --- src/Transaction.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/Transaction.js b/src/Transaction.js index 0d763a7..aba94fc 100644 --- a/src/Transaction.js +++ b/src/Transaction.js @@ -15,9 +15,7 @@ const gasPriceErrors = [ ] // prettier-ignore -const sameTxErrors = [ - "Returned error: Transaction with the same hash was already imported." -]; +const sameTxErrors = ['Returned error: Transaction with the same hash was already imported.'] class Transaction { constructor(tx, manager) {