This commit is contained in:
poma 2021-03-31 11:39:54 +03:00
parent 19054c0c0a
commit 215f2ad1e2
No known key found for this signature in database
GPG Key ID: BA20CB01FE165657

@ -18,6 +18,7 @@ const web3 = new Web3(
const MinerABI = require('../abis/mining.abi.json') const MinerABI = require('../abis/mining.abi.json')
let contract let contract
// eslint-disable-next-line no-unused-vars
let tree, eventSubscription, blockSubscription let tree, eventSubscription, blockSubscription
// todo handle the situation when we have two rewards in one block // todo handle the situation when we have two rewards in one block