make some procedures public
This commit is contained in:
parent
6f32c734a0
commit
76e614102c
|
@ -63,7 +63,7 @@ declareGauge sync_committee_active,
|
||||||
declareCounter db_checkpoint_seconds,
|
declareCounter db_checkpoint_seconds,
|
||||||
"Time spent checkpointing the database to clear the WAL file"
|
"Time spent checkpointing the database to clear the WAL file"
|
||||||
|
|
||||||
proc fetchGenesisState(
|
proc fetchGenesisState*(
|
||||||
metadata: Eth2NetworkMetadata,
|
metadata: Eth2NetworkMetadata,
|
||||||
genesisState = none(InputFile),
|
genesisState = none(InputFile),
|
||||||
genesisStateUrl = none(Uri)
|
genesisStateUrl = none(Uri)
|
||||||
|
@ -101,7 +101,7 @@ proc fetchGenesisState(
|
||||||
else:
|
else:
|
||||||
nil
|
nil
|
||||||
|
|
||||||
proc doRunTrustedNodeSync(
|
proc doRunTrustedNodeSync*(
|
||||||
db: BeaconChainDB,
|
db: BeaconChainDB,
|
||||||
metadata: Eth2NetworkMetadata,
|
metadata: Eth2NetworkMetadata,
|
||||||
databaseDir: string,
|
databaseDir: string,
|
||||||
|
|
Loading…
Reference in New Issue