lnd/lnwallet/chanfunding
Olaoluwa Osuntokun 38441d24c9
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-08-22 12:21:47 +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-08-20 19:14:44 +02:00
interface.go lnwallet/chanfunding: rename assembler.go to interface.go 2024-08-22 12:21:47 +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 mulit: remove ListLeasedOutputs in LeaseOutput 2024-08-09 22:01:57 +08:00