1
This commit is contained in:
parent
d3deeb5c99
commit
8dcbe4b181
@ -9,6 +9,7 @@ class PullBcEvent extends BaseService {
|
|||||||
async init(bc, net, event) {
|
async init(bc, net, event) {
|
||||||
const {err, conn} = await app.getDbConn('BcEventDb0');
|
const {err, conn} = await app.getDbConn('BcEventDb0');
|
||||||
this.conn = conn;
|
this.conn = conn;
|
||||||
|
console.log(err, conn);
|
||||||
this.lastBlockNumber = 0;
|
this.lastBlockNumber = 0;
|
||||||
this.bc = bc;
|
this.bc = bc;
|
||||||
this.net = net;
|
this.net = net;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user