aboutsummaryrefslogtreecommitdiff
path: root/changes/bug32671
AgeCommit message (Collapse)Author
2020-10-21Make "check-changes" work on bug32671.Nick Mathewson
2020-10-20Set is_padding_timer_scheduled to 0Guinness
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.