On version v25.12, on a custom signet, I cannot open a channel with another node even specifying the feerate param on RPC fundchannel call because
{
"code": -1,
"message": "Cannot estimate fees",
"data": {
"id": "00peer00id.....",
"method": "fundchannel_start"
}
}
I thought that feerate param should have the priority on any cln fee estimation.
This don't happen with v23.02, for example.