diff --git a/src/Transaction.js b/src/Transaction.js index aba94fc..53b0436 100644 --- a/src/Transaction.js +++ b/src/Transaction.js @@ -15,7 +15,9 @@ 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) {