Skip to content

Commit

Permalink
chore: fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
twoeths committed Aug 21, 2024
1 parent 8857e44 commit 15434e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/beacon-node/src/chain/archiver/archiveStates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export class StatesArchiver {
await this.db.stateArchive.putBinary(slot, finalizedStateOrBytes);
this.logger.verbose("Archived finalized state bytes", {epoch: finalized.epoch, slot, root: rootHex});
} else {
// serialize state using
// serialize state using BufferPool if provided
await serializeState(
finalizedStateOrBytes,
AllocSource.ARCHIVE_STATE,
Expand Down

0 comments on commit 15434e0

Please sign in to comment.