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 (closed).