This commit is contained in:
poma 2020-10-02 12:59:26 +03:00
parent 60d34f8817
commit 22335a3043
No known key found for this signature in database
GPG Key ID: BA20CB01FE165657
1 changed files with 4 additions and 1 deletions

View File

@ -14,7 +14,10 @@ const gasPriceErrors = [
/Returned error: Transaction gas price \d+wei is too low. There is another transaction with same nonce in the queue with gas price: \d+wei. Try increasing the gas price or incrementing the nonce./,
]
const sameTxErrors = ['Returned error: Transaction with the same hash was already imported.']
// prettier-ignore
const sameTxErrors = [
"Returned error: Transaction with the same hash was already imported."
];
class Transaction {
constructor(tx, manager) {