1
This commit is contained in:
parent
b810a21eca
commit
9b273be991
@ -61,4 +61,4 @@ class BlockChain extends BaseService {
|
||||
|
||||
}
|
||||
|
||||
module.exports = new BlockChain();
|
||||
module.exports = BlockChain;
|
||||
|
@ -214,7 +214,7 @@ class PullBcEvent extends BaseService {
|
||||
}
|
||||
|
||||
getInstanceName() {
|
||||
const instName = this.getNetId() + '.' + this.getContractByName() + '.' + this.getEventName();
|
||||
const instName = this.getNetId() + '.' + this.getContractName() + '.' + this.getEventName();
|
||||
return instName;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user