This commit is contained in:
aozhiwei 2023-07-03 19:36:55 +08:00
parent 0a2f9c77d9
commit 703d82ec44

View File

@ -192,10 +192,6 @@ class PullBcEvent extends BaseService {
}
}
getBlockNumberDbName() {
return this.instance['name'] + '.' + this.instance['eventName'] + '.last_block_number.' + this.bc.getNetId();
}
getNetId() {
return this.net['net_id'];
}