Skip to content

Commit

Permalink
test: set seed to empty string for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
andygolay committed Aug 24, 2024
1 parent c3b66e1 commit fbd8b5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/update_move_toml.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RANDOM_SEED=$(shuf -i 0-1000000 -n 1)
echo "Seed: $RANDOM_SEED"

# Derive the resource account address using the random seed
RESOURCE_OUTPUT=$(aptos account derive-resource-account-address --address "$ADDRESS" --seed "$RANDOM_SEED" 2>&1)
RESOURCE_OUTPUT=$(aptos account derive-resource-account-address --address "$ADDRESS" --seed "" 2>&1)
echo "Resource address derivation output: $RESOURCE_OUTPUT"

# Extract the resource address directly
Expand Down

0 comments on commit fbd8b5d

Please sign in to comment.