02:10:07 Is there no way to subtract the fee amount from the amount that's being transferred? The sweep_all command only allows one destination address whereas I want to send a transfer that uses the entire amount to multiple addresses and have the fee be taken from one of the outputs. There's a special flag for that in Bitcoin but I can't find anything to do this in Monero. Generating a tx to get the fee first and then regenerating the 02:10:07 tx causes a slightly different fee every time. 06:17:42 There is not. 14:39:29 * hanser[m] uploaded an image: (30KiB) < https://libera.ems.host/_matrix/media/v3/download/matrix.org/znJbFTjhOEXOVmlrJjQZTRWM/image.png > 14:39:31 What is mixin in Monero? I find this code in Monero check_tx_inputs() function, but I don't know why it means.Why mix outputs with others😳 14:40:40 mixin is the number of fake outs in a ring. 14:40:47 So equals ring size minus one. 14:41:14 A ring includes fake outs to create ambiguity on which output is spent, to add a privacy shield. 14:41:47 It's an obsolescent term really. We use ring size now, it's clearer. 14:42:07 Thanks, I know what is mixin. It's name is a bit confusing😀 15:58:08 "It's an obsolescent term really...." <- I agree, mixon is def a confusing term to look at haha