We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c63c2a8 commit 2345a90Copy full SHA for 2345a90
src/ledger/benchmarks.zig
@@ -386,7 +386,7 @@ pub const BenchmarkLedgerSlow = struct {
386
slot_meta.consecutive_received_from_0 = slot_meta.last_index.? + 1;
387
// update next slots
388
if (slot < (slot_per_epoch + 1)) {
389
- try slot_meta.child_slots.append(slot + 1);
+ try slot_meta.child_slots.append(allocator, slot + 1);
390
}
391
try write_batch.put(schema.slot_meta, slot_meta.slot, slot_meta);
392
// connect the chain
0 commit comments