From cdc6429a272ec3e78a93c70ca4e475d859508a62 Mon Sep 17 00:00:00 2001 From: poma Date: Fri, 2 Oct 2020 13:04:09 +0300 Subject: [PATCH] prettier --- src/Transaction.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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) {