Skip to content

Commit

Permalink
More clean up dcos
Browse files Browse the repository at this point in the history
  • Loading branch information
miohtama committed Jan 16, 2025
1 parent 3c31736 commit 24216ad
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions eth_defi/gcloud_hsm_wallet.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,9 @@
print(f"Region: {config.location_id}")
print(f"Credentials client email {credentials['client_email']}")
# This will crash if your credentials have access issues,
# or other Google Cloud configuration issues
hsm_wallet = HSMWallet(config, credentials=credentials)
# This will crash if your credentials have
# access issues
print(f"Google Cloud HSM wallet configured.")
print(f"HSM account is: {hsm_wallet.address}")
Expand Down

0 comments on commit 24216ad

Please sign in to comment.