Skip to content

Commit

Permalink
Removed last mention of geth
Browse files Browse the repository at this point in the history
Fixes #25
  • Loading branch information
maoueh committed Mar 20, 2024
1 parent 4a90acb commit 6c20f33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reader_node_bootstrapper_tarball.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func (b *TarballNodeBootstrapper) Bootstrap() error {
return nil
}

b.logger.Info("bootstrapping geth chain data from pre-built data", zap.String("bootstrap_data_url", b.url))
b.logger.Info("bootstrapping native node chain data from pre-built archive", zap.String("bootstrap_data_url", b.url))

ctx, cancel := context.WithTimeout(context.Background(), 30*time.Minute)
defer cancel()
Expand Down

0 comments on commit 6c20f33

Please sign in to comment.