lnd/lnwallet/chanfunding
Olaoluwa Osuntokun 213618adcc
lnwallet/chanfunding: rename assembler.go to interface.go
In this commit, we rename the files as assembler.go houses the primary
interfaces/abstractions of the package. In the rest of the codebase,
this file is near uniformly called interface.go, so we rename the file
to make the repo more digestible at a scan.
2024-10-11 14:03:59 +02:00
..
canned_assembler.go chanfunding: introduce NewShimIntent for testing 2023-09-21 11:33:42 -04:00
coin_select.go multi: apply the new type lntypes.WeightUnit 2024-05-25 13:37:13 +08:00
coin_select_test.go multi: update linter, fix new issues 2024-10-11 14:02:30 +02:00
interface.go lnwallet/chanfunding: rename assembler.go to interface.go 2024-10-11 14:03:59 +02:00
log.go lnwallet/chanfunding: introduce new channel funding abstractions 2019-12-02 17:11:32 -06:00
psbt_assembler.go multi: wrap all errors 2024-04-11 15:04:03 +02:00
psbt_assembler_test.go multi: move many t.Fatalf calls to require.NoError 2022-06-17 04:26:55 +00:00
wallet_assembler.go multi: Utxo restriction single funding case. 2024-04-24 13:58:19 +01:00