mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-28 14:40:51 +02:00
graph/db: add missing counter increment
This commit is contained in:
@@ -410,6 +410,8 @@ func migrateChannelsAndPolicies(ctx context.Context, kvBackend kvdb.Backend,
|
|||||||
}
|
}
|
||||||
|
|
||||||
channelCount++
|
channelCount++
|
||||||
|
chunk++
|
||||||
|
|
||||||
err = migrateSingleChannel(
|
err = migrateSingleChannel(
|
||||||
ctx, sqlDB, channel, policy1, policy2, migChanPolicy,
|
ctx, sqlDB, channel, policy1, policy2, migChanPolicy,
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user