mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-04 09:48:19 +01:00
Previous to this change taproot assets channels and simple taproot channels were considered the same in the context of chanbackup package, since they stored the same data. In the following commits we are adding the data needed to produce a signed commitment transaction from a SCB file and in order to do that we need to add more fields and a custom channel gets one additional field (TapscriptRoot) compared to a simple taproot channel. So now we have to distinguish these kinds of channels in chanbackup package. See PR https://github.com/lightningnetwork/lnd/pull/8183 for more details. |
||
---|---|---|
.. | ||
backup.go | ||
backup_test.go | ||
backupfile.go | ||
backupfile_test.go | ||
log.go | ||
multi.go | ||
multi_test.go | ||
pubsub.go | ||
pubsub_test.go | ||
recover.go | ||
recover_test.go | ||
single.go | ||
single_test.go |