Skip to content
This repository was archived by the owner on Jan 13, 2023. It is now read-only.

Commit 6269980

Browse files
committed
fixed pubsub test script name
1 parent 7659316 commit 6269980

File tree

2 files changed

+1
-38
lines changed

2 files changed

+1
-38
lines changed

app/block/listener.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ func SubscribeToNewBlocks(connection *d.BlockChainNodeConnection, _db *gorm.DB,
101101
// i.e. trying to fill up gap, which was caused when `ette` was offline
102102
//
103103
// Backward traversal mechanism gives us more recent blockchain happenings to cover
104-
// go SyncBlocksByRange(connection.RPC, _db, redis, header.Number.Uint64()-1, status.MaxBlockNumberAtStartUp(), status)
104+
go SyncBlocksByRange(connection.RPC, _db, redis, header.Number.Uint64()-1, status.MaxBlockNumberAtStartUp(), status)
105105

106106
}
107107
// Making sure that when next latest block header is received, it'll not

example/all_in_one._1js

-37
This file was deleted.

0 commit comments

Comments
 (0)