We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ba1ac15 + 97d4cca commit 037d16bCopy full SHA for 037d16b
stellar_base/utils.py
@@ -54,7 +54,7 @@ def signer_key_xdr_object(signer_type, signer):
54
return Xdr.types.SignerKey(Xdr.const.SIGNER_KEY_TYPE_ED25519, decode_check('account', signer))
55
if signer_type == 'hashX':
56
return Xdr.types.SignerKey(Xdr.const.SIGNER_KEY_TYPE_HASH_X, hashX=signer)
57
- if signer_type == 'preAuthTX':
+ if signer_type == 'preAuthTx':
58
return Xdr.types.SignerKey(Xdr.const.SIGNER_KEY_TYPE_PRE_AUTH_TX, preAuthTx=signer)
59
60
0 commit comments