lnd.xprv/watchtower
Wilmer Paulino 7946d0a256
multi: remove ErrDoubleSpend check for PublishTransaction
In this commit, we address a lingering issue within some subsystems that
are responsible for broadcasting transactions. Previously,
ErrDoubleSpend indicated that a transaction was already included in the
mempool/chain. This error was then modified to actually be returned for
conflicting transactions, but its callers were not modified accordingly.
This would lead to conflicting transactions to be interpreted as valid,
when they shouldn't be.
2019-03-13 17:57:19 -07:00
..
blob multi: move Input interface and related code 2019-01-31 13:25:33 +01:00
lookout multi: remove ErrDoubleSpend check for PublishTransaction 2019-03-13 17:57:19 -07:00
wtclient watchtower/wtclient/backup_task: make sweep pkscript independent of session 2019-02-06 18:24:30 -08:00
wtdb watchtower/multi: use ComputeJusticeTxOuts, test altruist+reward 2019-02-01 17:30:13 -08:00
wtmock watchtower/multi: move MockSigner+MockPeer to wtmock 2019-01-31 18:16:02 -08:00
wtpolicy watchtower/wtpolicy/policy: add ComputeJusticeTxOuts 2019-02-01 17:26:48 -08:00
wtserver watchtower/wtserver/server: use CheckRemoteInit to validate Init msgs 2019-02-08 20:02:11 -08:00
wtwire watchtower/wtwire/features: remove local/global feature names... 2019-02-08 20:02:05 -08:00
conf_experimental.go watchtower/conf_experimental: adds CLI options in experimental builds 2019-01-14 19:42:34 -08:00
conf.go watchtower/conf: adds non-experimental empty Conf 2019-01-14 19:42:34 -08:00
config.go watchtower/multi: thread ChainHash to server 2019-02-08 20:02:17 -08:00
errors.go watchtower/errors: adds pkg level errors 2019-01-14 19:42:34 -08:00
interface.go watchtower/interface: adds composite DB iface 2019-01-14 19:42:33 -08:00
log.go watchtower/log: add WTWR subsystem logger 2019-01-14 19:42:33 -08:00
standalone.go watchtower/multi: thread ChainHash to server 2019-02-08 20:02:17 -08:00