Skip to content

Commit ce12072

Browse files
committed
fix testnet seeding
1 parent e041229 commit ce12072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ex/lib/consensus/models/entry_genesis.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ defmodule EntryGenesis do
182182
pop = BlsEx.sign!(sk, pk, BLS12AggSig.dst_pop())
183183

184184
DB.Entry.insert(entry_signed, %{rtx: rtx})
185-
DB.Entry.apply_into_main_chain(entry_signed, mutations_hash, [], [], "", "", %{rtx: rtx})
185+
DB.Entry.apply_into_main_chain(entry_signed, mutations_hash, [], {[], []}, "", "", %{rtx: rtx})
186186
RocksDB.put("temporal_tip", entry_signed.hash, %{rtx: rtx, cf: cf.sysconf})
187187
RocksDB.put("rooted_tip", entry_signed.hash, %{rtx: rtx, cf: cf.sysconf})
188188

0 commit comments

Comments
 (0)