AccountantDelegate has a receive() function, but does not have any withdrawal function. Any Manifest mistakenly sent to this contract would be locked.
Add require(0 == msg.value) in receive() or remove the function altogether.
