Replace boolean allowhighfees with an Array of rejections to ignore (in a backward compatible manner)
This is useful for node operators who wish to manually accept transactions that don’t meet their typical policies, yet don’t necessarily want to override all the policies.
It’s a bit ugly internally - suggestions on improving that are welcome.