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

View File

@ -15,9 +15,7 @@ const gasPriceErrors = [
] ]
// prettier-ignore // prettier-ignore
const sameTxErrors = [ const sameTxErrors = ['Returned error: Transaction with the same hash was already imported.']
"Returned error: Transaction with the same hash was already imported."
];
class Transaction { class Transaction {
constructor(tx, manager) { constructor(tx, manager) {