We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5074c4b commit 98fac73Copy full SHA for 98fac73
pycardano/cip/cip8.py
@@ -97,9 +97,7 @@ def sign(
97
signing_key.sign(msg._sig_structure),
98
]
99
100
- encoded = dumps(
101
- CBORTag(msg.cbor_tag, _message), default=msg._custom_cbor_encoder
102
- )
+ encoded = dumps(CBORTag(msg.cbor_tag, _message), default=msg._custom_cbor_encoder)
103
104
# turn the enocded message into a hex string and remove the first byte
105
# which is always "d2"
0 commit comments