Fixes an issue where block.multi(n) would remove configurations. This was introduced to solve a recursion error, however it broke nested calls to multi. This PR limits the configurations that are cleared to only include those that may lead to recursion errors.
Fixes an issue where
block.multi(n)
would remove configurations. This was introduced to solve a recursion error, however it broke nested calls tomulti
. This PR limits the configurations that are cleared to only include those that may lead to recursion errors.