Skip to content

Commit

Permalink
Remove "legacy" from P03 comment
Browse files Browse the repository at this point in the history
Co-authored-by: ws <[email protected]>
  • Loading branch information
Lubomir-Jahn and wsodsong authored Jun 14, 2024
1 parent e5909d4 commit 4511b2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release_testing/operational_tests/P03.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,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"
}
Expand Down

0 comments on commit 4511b2c

Please sign in to comment.