forked from cerc-io/ipld-eth-server
misc adjustments
This commit is contained in:
+1
-1
@@ -39,7 +39,7 @@ var resyncCmd = &cobra.Command{
|
||||
}
|
||||
|
||||
func rsyncCmdCommand() {
|
||||
logWithCommand.Infof("running vdb version: %s", v.VersionWithMeta)
|
||||
logWithCommand.Infof("running ipfs-blockchain-watcher version: %s", v.VersionWithMeta)
|
||||
logWithCommand.Debug("loading resync configuration variables")
|
||||
rConfig, err := resync.NewConfig()
|
||||
if err != nil {
|
||||
|
||||
+1
-1
@@ -55,7 +55,7 @@ and fill in gaps in the data
|
||||
}
|
||||
|
||||
func watch() {
|
||||
logWithCommand.Infof("running vdb version: %s", v.VersionWithMeta)
|
||||
logWithCommand.Infof("running ipfs-blockchain-watcher version: %s", v.VersionWithMeta)
|
||||
|
||||
var forwardPayloadChan chan shared.ConvertedData
|
||||
wg := new(s.WaitGroup)
|
||||
|
||||
Reference in New Issue
Block a user