lnd.xprv/channeldb/migration21/common
Johan T. Halseth 4133b4d04e
channeldb/migration21: copy over legacy types+codec for migration21
The legacy encoding depends on the lnwire21 version of lnwire, so it will
let us change lnwire after the migration. To make sure it is separated
from the new encoding, we add it to a new package 'legacy'.

We also put common types in a new package 'common', which will house
types that won't change during the migration, and can be used by both
legacy and current serialization code.
2021-02-24 17:15:21 +01:00
..
enclosed_types.go channeldb/migration21: copy over legacy types+codec for migration21 2021-02-24 17:15:21 +01:00