Set up automated tests to verify that multiple inputs cannot be burned as fees.
Reminder issue so we don't forget this:
test.skip('should fail when multiple inputs are used in one transaction', () =>
{
// This cannot be tested using the library (because it enforces single inputs), but we should test it in the contracts repo.
}