Skip to content

Commit 11dc71f

Browse files
committed
Using log.warning
1 parent fb57ed4 commit 11dc71f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pycardano/txbuilder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1497,7 +1497,7 @@ def build_and_sign(
14971497
for signing_key in set(signing_keys):
14981498
vkey_hash = signing_key.to_verification_key().hash()
14991499
if not force_skeys and vkey_hash not in required_vkeys:
1500-
logger.warn(
1500+
logger.warning(
15011501
f"Verification key hash {vkey_hash} is not required for this tx."
15021502
)
15031503
continue

0 commit comments

Comments
 (0)