mirror of
https://github.com/lightningnetwork/lnd.git
synced 2026-08-16 13:00:19 +02:00
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.go | ||
| sync_map_bench_test.go | ||
| sync_map_test.go | ||
lnutils
This package provides fundamental types and utility functions that can be used by all other packages.