forked from LBRYCommunity/lbry-sdk
activate detached sigs
This commit is contained in:
parent
899b182811
commit
3c54b2bcd7
1 changed files with 2 additions and 1 deletions
|
@ -413,7 +413,8 @@ class LbryWalletManager(BaseWalletManager):
|
|||
claim_address = await account.receiving.get_or_create_usable_address()
|
||||
if certificate:
|
||||
claim = claim.sign(
|
||||
certificate.private_key, claim_address, certificate.claim_id, curve=SECP256k1, name=name
|
||||
certificate.private_key, claim_address, certificate.claim_id, curve=SECP256k1, name=name,
|
||||
force_detached=True
|
||||
)
|
||||
existing_claims = await account.get_claims(
|
||||
claim_name_type__any={'is_claim': 1, 'is_update': 1}, # exclude is_supports
|
||||
|
|
Loading…
Reference in a new issue