lnd/lnutils
yyforyongyu b6049ff94b
multi: add NewLogClosure in lnutils to avoid repetition
And replaces all usage of `logClosure` with `lnutils.LogClosure`.
2024-07-25 21:25:23 +08:00
..
chan.go multi: make linter happy 2023-03-11 23:29:41 -08:00
errors.go lnwallet: check mempool acceptance before publishing 2024-01-25 07:54:39 +08:00
log.go multi: add NewLogClosure in lnutils to avoid repetition 2024-07-25 21:25:23 +08:00
memory.go input: create new ScriptDesciptor interface 2023-08-22 16:33:44 -07:00
README.md
stream.go
sync_map_bench_test.go lnutils+lntemp: move SyncMap to lnutils 2023-01-19 07:08:18 +08:00
sync_map_test.go lnutils: add unit test for SyncMap 2023-04-07 17:34:48 +08:00
sync_map.go multi: update linter, fix new issues 2023-06-13 11:58:33 +02:00

lnutils

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