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