Skip to content

Commit

Permalink
fix valid log info
Browse files Browse the repository at this point in the history
  • Loading branch information
g11tech committed Oct 27, 2023
1 parent 688e453 commit d676230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/src/service/skeleton.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1449,7 +1449,7 @@ export class Skeleton extends MetaDBManager {
let snapLogInfo
let subchainLog = ''
if (isValid) {
snapLogInfo = `vm=cl=${chainHead}`
vmlogInfo = `vm=cl=${chainHead}`
} else {
vmlogInfo = `vm=${vmHead?.header.number} hash=${short(vmHead?.hash() ?? 'na')} started=${
vmexecution?.started
Expand Down

0 comments on commit d676230

Please sign in to comment.