1
This commit is contained in:
parent
ca38b2f00a
commit
e98af7e2cf
@ -13,7 +13,7 @@ function add(clsNames, modName) {
|
||||
|
||||
async function init() {
|
||||
add('BlockChain', 'blockchain');
|
||||
add('EventProcess', 'event_process');
|
||||
add('PullBcEvent', 'pull_bcevent');
|
||||
}
|
||||
|
||||
function create(name, session) {
|
||||
|
@ -4,7 +4,7 @@ const bcutils = require('j7/bcutils');
|
||||
const log = require('j7/log');
|
||||
const BaseService = require('./baseservice');
|
||||
|
||||
class EventProcess extends BaseService {
|
||||
class PullBcEvent extends BaseService {
|
||||
|
||||
async init(bc, conn, instance, cb) {
|
||||
this.conn = conn;
|
||||
@ -219,4 +219,4 @@ class EventProcess extends BaseService {
|
||||
|
||||
}
|
||||
|
||||
module.exports = EventProcess;
|
||||
module.exports = PullBcEvent;
|
Loading…
x
Reference in New Issue
Block a user