lnd.xprv/watchtower/lookout
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
..
interface.go watchtower/lookout/interface: adds primary lookout ifaces 2018-10-31 20:42:08 -07:00
justice_descriptor_test.go watchtower/multi: use ComputeJusticeTxOuts, test altruist+reward 2019-02-01 17:30:13 -08:00
justice_descriptor.go watchtower/multi: use ComputeJusticeTxOuts, test altruist+reward 2019-02-01 17:30:13 -08:00
log.go watchtower/lookout/log: adds lookout subsystem logger 2018-10-31 20:42:07 -07:00
lookout_test.go watchtower/multi: switch over to wtpolicy 2019-01-10 15:59:54 -08:00
lookout.go watchtower/multi: switch over to wtpolicy 2019-01-10 15:59:54 -08:00
mock.go watchtower/lookout/mock: adds mock backend 2018-10-31 20:42:14 -07:00
punisher.go multi: remove ErrDoubleSpend check for PublishTransaction 2019-03-13 17:57:19 -07:00