1
This commit is contained in:
parent
8cd93a173a
commit
557097dbed
@ -138,6 +138,7 @@ class PullBcEvent extends BaseService {
|
|||||||
],
|
],
|
||||||
[
|
[
|
||||||
['block_number', blockNumber],
|
['block_number', blockNumber],
|
||||||
|
['modifytime', utils.getUtcTime()],
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
['net_id', this.getNetId()],
|
['net_id', this.getNetId()],
|
||||||
@ -145,6 +146,8 @@ class PullBcEvent extends BaseService {
|
|||||||
['event_name', this.getEventName()],
|
['event_name', this.getEventName()],
|
||||||
['block_number', blockNumber],
|
['block_number', blockNumber],
|
||||||
['contract_name', this.getContractName()],
|
['contract_name', this.getContractName()],
|
||||||
|
['createtime', utils.getUtcTime()],
|
||||||
|
['modifytime', utils.getUtcTime()],
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
if (!err) {
|
if (!err) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user