make some procedures public

This commit is contained in:
Pedro Miranda 2024-12-11 13:33:26 +00:00
parent 6f32c734a0
commit 76e614102c
1 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@ declareGauge sync_committee_active,
declareCounter db_checkpoint_seconds,
"Time spent checkpointing the database to clear the WAL file"
proc fetchGenesisState(
proc fetchGenesisState*(
metadata: Eth2NetworkMetadata,
genesisState = none(InputFile),
genesisStateUrl = none(Uri)
@ -101,7 +101,7 @@ proc fetchGenesisState(
else:
nil
proc doRunTrustedNodeSync(
proc doRunTrustedNodeSync*(
db: BeaconChainDB,
metadata: Eth2NetworkMetadata,
databaseDir: string,