1
This commit is contained in:
parent
44aa6f7b98
commit
ced3b56f2b
@ -124,9 +124,10 @@ class PullDbEvent extends BaseService {
|
||||
return this.eventConf['contract_name'];
|
||||
}
|
||||
|
||||
getInstanceName() {
|
||||
const instName = this.getNetId() + ' ' + this.getContractName() + '.' + this.getEventName();
|
||||
return instName;
|
||||
genLogHead(msg) {
|
||||
const logHead = this.getNetId() + ' ' + this.getContractName() + '.' + this.getEventName()
|
||||
+ ' pull_dbevent ' + msg;
|
||||
return logHead;
|
||||
}
|
||||
|
||||
getTableName() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user