When I issue the command lightning-cli listpeers $peerid i get a feerate perkb of 1012 atm. What feerate is this exactly? Is this the feerate which will be proposed by the other peer for a mutual close? I don't think this is the case.
feerate: An object containing the latest feerate as both perkw and perkb.
I know that i can get the feerates of my node with lcli feerates perkb. With these results atm:
{
"perkb": {
"opening": 1012,
"mutual_close": 1012,
"unilateral_close": 1012,
"delayed_to_us": 1012,
"htlc_resolution": 1012,
"penalty": 1012,
"min_acceptable": 1012,
"max_acceptable": 88300
},
"onchain_fee_estimates": {
"opening_channel_satoshis": 177,
"mutual_close_satoshis": 170,
"unilateral_close_satoshis": 151,
"htlc_timeout_satoshis": 168,
"htlc_success_satoshis": 178
}
}
That means my node will propose 1012 as a starting fee for a mutual close. But what is the starting fee of the other node?