lnd/lnutils
yyforyongyu 2686ca324a
lnwallet: check mempool acceptance before publishing
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.
2024-01-25 07:54:39 +08:00
..
2023-03-11 23:29:41 -08:00

lnutils

This package provides fundamental types and utility functions that can be used by all other packages.