This commit is contained in:
poma 2020-10-02 13:04:09 +03:00
parent b030ac0244
commit cdc6429a27
No known key found for this signature in database
GPG Key ID: BA20CB01FE165657
1 changed files with 3 additions and 1 deletions

View File

@ -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) {