deleted_forward_fees in the vars table is using the intval column which is only 32bit integer from -2147483648 to +2147483647.
since the fees are stored in msats that's only a little more than 2 million sats. that is not enough for a long running node which then overflows this value and becomes negative.
ask me how I know.
deleted_forward_fees in the vars table is using the intval column which is only 32bit integer from -2147483648 to +2147483647.
since the fees are stored in msats that's only a little more than 2 million sats. that is not enough for a long running node which then overflows this value and becomes negative.
ask me how I know.