forked from LBRYCommunity/lbry-sdk
stop signing support tx too many times
This commit is contained in:
parent
6cbc545f84
commit
a469dfb583
1 changed files with 0 additions and 1 deletions
|
@ -3681,7 +3681,6 @@ class Daemon(metaclass=JSONRPCServerType):
|
|||
)
|
||||
|
||||
if not preview:
|
||||
await tx.sign(funding_accounts)
|
||||
await self.broadcast_or_release(tx, blocking)
|
||||
await self.storage.save_supports({claim_id: [{
|
||||
'txid': tx.id,
|
||||
|
|
Loading…
Reference in a new issue