channeldb/db: add comment describing migration
This commit is contained in:
parent
76dbe670cb
commit
79a4203346
@ -68,8 +68,9 @@ var (
|
||||
migration: migrateEdgePolicies,
|
||||
},
|
||||
{
|
||||
// The version with added payment statuses
|
||||
// for each existing payment
|
||||
// The DB version where we persist each attempt to send
|
||||
// an HTLC to a payment hash, and track whether the
|
||||
// payment is in-flight, succeeded, or failed.
|
||||
number: 5,
|
||||
migration: paymentStatusesMigration,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user