lnd/channeldb/migration30
yyforyongyu 674b0ec5fb
migration30: add related revocation log and lnwallet code
This commit adds relevant code from the revocation_log.go and the
package lnwallet. The code is needed to migrate the data, and we choose
to copy the code instead of importing to preserve the version such that
a future change won't affect current migration. An alternative would be
tagging each of the packages imported.
2022-07-08 13:17:57 +08:00
..
lnwallet.go migration30: add related revocation log and lnwallet code 2022-07-08 13:17:57 +08:00
revocation_log.go migration30: add related revocation log and lnwallet code 2022-07-08 13:17:57 +08:00