We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b962360 commit 97d4ccaCopy full SHA for 97d4cca
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