This commit is contained in:
aozhiwei 2023-07-03 22:38:15 +08:00
parent d3deeb5c99
commit 8dcbe4b181

View File

@ -9,6 +9,7 @@ class PullBcEvent extends BaseService {
async init(bc, net, event) {
const {err, conn} = await app.getDbConn('BcEventDb0');
this.conn = conn;
console.log(err, conn);
this.lastBlockNumber = 0;
this.bc = bc;
this.net = net;