The RPC docs for send
claim that estimate_mode
is case insensitive. This is not the case on master:
This PR fixes that, by converting the estimation mode to lower case before comparing to "unset"
. Note that the actual parsing of the estimation mode already happens case insensitively, further down in the same function.