Skip to content

Commit

Permalink
inital commit fix (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
urischwartz-cb authored Dec 7, 2023
1 parent 9a40715 commit 7908d98
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion coinbase/jwt_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
def build_jwt(key_var, secret_var, service, uri=None):
private_key_bytes = secret_var.encode("utf-8")
private_key = serialization.load_pem_private_key(private_key_bytes, password=None)
print(private_key)

jwt_data = {
"sub": key_var,
Expand Down

0 comments on commit 7908d98

Please sign in to comment.