Skip to content

Commit 6c5c4a1

Browse files
committed
resolve conflicts
2 parents 3bf6a48 + 0f31373 commit 6c5c4a1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/ethereum-ledger-provider/lib/EthereumLedgerProvider.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ export default class EthereumLedgerProvider extends LedgerProvider {
6767
data: data ? ensureHexEthFormat(data) : undefined,
6868
chainId: ensureHexEthFormat(BigNumber(this._network.chainId).toString(16))
6969
}
70-
7170
const [nonce, gasPrice, gasLimit] = await Promise.all([
7271
this.getMethod('getTransactionCount')(ensureHexStandardFormat(from)),
7372
this.getMethod('getGasPrice')(),

0 commit comments

Comments
 (0)