01:41:44 in what circumstances will a transfer have to be split into multiple tx? can't find in the docs 01:42:53 if its a sweep, of you use transfer_split on wallet-rpc and the tx is greater than 100kb 01:43:15 I dont remember if `transfer` on cli == `transfer_split` behavior 01:44:13 yeah it does say "this will be split in 2 tx" when i send to more than 15 outputs (16 or above causes split) 01:44:28 i saw tx with more than 100 inputs on block explorer before though 01:44:41 so wonder if there are any specifics on the cause 01:44:57 that too. If you send to > 15 outputs it will split into more txs (max is 16 out, so 15 + change) 01:45:19 Max inputs is only limited by size, (100kb) 01:45:27 thanks, so just the 16 output limit and 100 kb size limit? is there any reason why it's 16 outputs max? 01:45:56 I think its just a number thats been there for a long time (forever?) 01:46:55 it would be good to write this in the docs instead of having it stored just in brains and code 01:47:25 the 100kb size limit is actually 150kb by consensus 01:48:23 100kb is just the way reference wallet software constructs them. There have recently been some txs on chain that someone constructed with different software that use closer to 150kb