mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 18:10:34 +01:00
2686ca324a
This commit adds a mempool acceptance check before broadcasting a given transaction. To maintain the current behavior from `BtcWallet.PublishTransaction`, the two errors, `ErrInMempool` and `ErrAlreadyConfirmed` returned from `TestMempoolAccept` are ignored. |
||
---|---|---|
.. | ||
chan.go | ||
errors.go | ||
memory.go | ||
README.md | ||
stream.go | ||
sync_map_bench_test.go | ||
sync_map_test.go | ||
sync_map.go |
lnutils
This package provides fundamental types and utility functions that can be used by all other packages.