Skip to content

Commit 00030ae

Browse files
committed
fix conflicts
1 parent a36f15b commit 00030ae

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

run/models/transactionreceipt.js

-4
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,7 @@ module.exports = (sequelize, DataTypes) => {
2222

2323
async insertAnalyticEvent(sequelizeTransaction) {
2424
const transaction = await this.getTransaction();
25-
<<<<<<< HEAD
26-
const gasPrice = this.raw.effectiveGasPrice || this.raw.gasPrice;
27-
=======
2825
const gasPrice = this.raw.effectiveGasPrice || this.raw.gasPrice || transaction.gasPrice;
29-
>>>>>>> develop
3026
const transactionFee = BigNumber.from(this.gasUsed).mul(BigNumber.from(gasPrice));
3127

3228
return sequelize.models.TransactionEvent.create({

0 commit comments

Comments
 (0)