Submitted by WatchPug
The check for RENCRV_VAULT.blockLock is only needed when if (_amounts[1] > 0 || _amounts[2] > 0).
However, in the current implementation, the check is done at the very first, making transactions unrelated to RENCRV_VAULT fail unexpectedly if there is a prior transaction involved with RENCRV_VAULT in the same block.
IbbtcVaultZap.sol L149-L199
shuklaayush (BadgerDAO) confirmed
GalloDaSballo (BadgerDAO) commented:
GalloDaSballo (BadgerDAO) patched:
