Skip to content

Commit af3014a

Browse files
committed
removing unused variables
1 parent fee9be5 commit af3014a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

federator/src/lib/TransactionSender.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
const Tx = require('ethereumjs-tx');
33
const ethUtils = require('ethereumjs-util');
44
const utils = require('./utils');
5-
const CustomError = require('./CustomError');
65
const fs = require('fs');
76
const axios = require('axios');
87

@@ -167,7 +166,6 @@ module.exports = class TransactionSender {
167166
}
168167

169168
async sendTransaction(to, data, value, privateKey) {
170-
const stack = new Error().stack;
171169
const chainId = await this.getChainId();
172170
let txHash;
173171
let receipt;

0 commit comments

Comments
 (0)