/** * Add legacy block generation stamp record to edit log */ void logGenerationStampV1(long genstamp) { SetGenstampV1Op op = SetGenstampV1Op.getInstance(cache.get()) .setGenerationStamp(genstamp); logEdit(op); }