Skip to content

Commit be7b63f

Browse files
committed
fix: failing unit test from merge
1 parent 44ef72a commit be7b63f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/chainstate/burn/db/sortdb.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5135,7 +5135,6 @@ pub mod tests {
51355135
sn.parent_sortition_id = sn_parent.sortition_id.clone();
51365136
sn.burn_header_hash = next_hash;
51375137
sn.block_height += 1;
5138-
sn.num_sortitions += 1;
51395138
sn.consensus_hash = ConsensusHash([0x23; 20]);
51405139

51415140
let index_root = tx

0 commit comments

Comments
 (0)