mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-08 23:18:15 -05:00
fix(validator/db): proposals progress bar count (#16020)
* fix(validator/db): proposals progress bar count * Create Galoretka_convert-progress.md
This commit is contained in:
@@ -212,7 +212,7 @@ func ConvertDatabase(ctx context.Context, sourceDataDir string, targetDataDir st
|
||||
|
||||
// Initialize the progress bar.
|
||||
bar = common.InitializeProgressBar(
|
||||
len(attestedPublicKeys),
|
||||
len(proposedPublicKeys),
|
||||
"Processing proposals:",
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user