19:04:31 Monero TXs should only specify a fee rate. The fee weight should be a simple-enough formula of inputs, outputs, TX extra length. We can still have a claw back in that formula (as dome now for BP outputs). A cryptographer also has to comment on clawback costs. 19:27:52 You mean, like [0,1,2,3] for cheap, normal, fast, massive ? 19:29:05 I don't think you can do that, since it would mean the actual fee is not known before a tx is mined, and so the input sum might not be enough for the fee, and/or the output amounts would need modifying. 19:32:34 No, like the fee per weight. 19:33:07 0,1,2,3, the fee priority, yields a fee rate which then scales the TX weight 19:33:27 I'm proposing the TX only include the fee rate forcing correct calculation of the weight, which can be done today 19:33:53 I also like the much simpler weight formula discussions based on input/outputs and TX extra Len