I am trying to derive the MethodID from the function, based on this post.
However, when I look at this transaction on Etherscan, I cannot see how swapExactTokensForETHSupportingFeeOnTransferTokens(uint256 amountIn, uint256 amountOutMin, address[] path, address to, uint256 deadline) can hash to 0x791ac947.
Getting the first 4 bytes of keccak256("swapExactTokensForETHSupportingFeeOnTransferTokens(uint256, uint256, address[], address, uint256)") gives 0x2e701daa.
What am I missing?