stop signing support tx too many times

This commit is contained in:
Lex Berezhny 2019-11-15 13:28:59 -05:00
parent 6cbc545f84
commit a469dfb583

View file

@ -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,