Fix prettier

This commit is contained in:
Leonid Logvinov
2019-02-25 12:53:42 -08:00
parent 4169a41eda
commit 7067d4a499
4 changed files with 8 additions and 4 deletions

View File

@@ -212,4 +212,4 @@
],
"timestamp": 1527811200
}
]
]

View File

@@ -102,4 +102,4 @@
}
]
}
]
]

View File

@@ -15,7 +15,11 @@ export abstract class TraceInfoSubprovider extends TraceCollectionSubprovider {
protected async _handleTraceInfoAsync(_traceInfo: TraceInfo): Promise<void> {
return Promise.resolve(undefined);
}
protected async _recordTxTraceAsync(address: string, dataIfExists: string | undefined, txHash: string): Promise<void> {
protected async _recordTxTraceAsync(
address: string,
dataIfExists: string | undefined,
txHash: string,
): Promise<void> {
await this._web3Wrapper.awaitTransactionMinedAsync(txHash, 0);
const nodeType = await this._web3Wrapper.getNodeTypeAsync();
let trace;

View File

@@ -481,4 +481,4 @@
],
"timestamp": 1516114800
}
]
]