Skip to content

Commit

Permalink
chore: print block hash for easier validation
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgilman committed Jan 10, 2024
1 parent 81c9131 commit 754adef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ echo ">>> Using the following parameters:"
echo "Storage path: $STORAGE_PATH"
echo "Node config: $NODE_CONFIG_PATH"
echo "Genesis block: $GENESIS_PATH"
echo "Genesis block hash (SHA256): $(sha256sum "$GENESIS_PATH" | awk '{ print $1 }')"

args+=()
args+=("--storage" "$STORAGE_PATH")
Expand Down

0 comments on commit 754adef

Please sign in to comment.