prettier
This commit is contained in:
parent
b030ac0244
commit
cdc6429a27
@ -15,7 +15,9 @@ const gasPriceErrors = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
// prettier-ignore
|
// 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 {
|
class Transaction {
|
||||||
constructor(tx, manager) {
|
constructor(tx, manager) {
|
||||||
|
Loading…
Reference in New Issue
Block a user