Set is_padding_timer_scheduled to 0
When calling `circpad_send_padding_cell_for_callback()`, the flag `is_padding_timer_scheduled` was not resetted to 0 which caused an issue in the circpad simulator. This commit fixes this problem. Fixes #32671.
changes/bug32671
0 → 100644
Please register or sign in to comment