Skip to content

Commit

Permalink
Using log.warning
Browse files Browse the repository at this point in the history
  • Loading branch information
cffls committed Sep 8, 2024
1 parent fb57ed4 commit 11dc71f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycardano/txbuilder.py
Original file line number Diff line number Diff line change
Expand Up @@ -1497,7 +1497,7 @@ def build_and_sign(
for signing_key in set(signing_keys):
vkey_hash = signing_key.to_verification_key().hash()
if not force_skeys and vkey_hash not in required_vkeys:
logger.warn(
logger.warning(
f"Verification key hash {vkey_hash} is not required for this tx."
)
continue
Expand Down

0 comments on commit 11dc71f

Please sign in to comment.