This commit is contained in:
aozhiwei 2023-07-03 17:22:24 +08:00
parent 6acd5ca2a5
commit 99f98c0c9f

View File

@ -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) {