Use matching types for block number arrays
We only insert current_op->new_block into other_ops array. new_block is uint32_t, so use std::vector<uint32_t> for other_ops array. Test: th Bug: 412259085 Change-Id: I7750caa4d7b5602ab15d47ede0ed5815a15a5ee1
Loading
Please register or sign in to comment