1
This commit is contained in:
parent
6acd5ca2a5
commit
99f98c0c9f
@ -87,9 +87,10 @@ class PullBcEvent extends BaseService {
|
|||||||
while (this.lastBlockNumber < 1) {
|
while (this.lastBlockNumber < 1) {
|
||||||
try {
|
try {
|
||||||
const {err, row} = await this.conn.ormSelectOne(
|
const {err, row} = await this.conn.ormSelectOne(
|
||||||
't_block',
|
't_last_block',
|
||||||
[
|
[
|
||||||
['net_id', this.getNetId()]
|
['net_id', this.getNetId()],
|
||||||
|
['address', this.getNetId()]
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
if (!err) {
|
if (!err) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user