Skip to content

Commit

Permalink
Remove "legacy" from P02 comment
Browse files Browse the repository at this point in the history
Co-authored-by: ws <wasuwee.sodsong@gmail.com>
  • Loading branch information
Lubomir-Jahn and wsodsong authored Jun 14, 2024
1 parent 8224c07 commit e5909d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release_testing/operational_tests/P02.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ pipeline {

stage('Create DB from genesis') {
steps {
// create db from a legacy genesis file
// create db from a genesis file
sh "./build/sonictool --datadir ${DATADIRPATH} genesis --experimental ${GENESISPATH}/${GENESIS}"
sh "./build/sonictool --datadir ${DATADIRPATH} check live"
// copy db for import events
Expand Down

0 comments on commit e5909d4

Please sign in to comment.