12:24:10 Any dev have some time to look into this issue? https://www.reddit.com/r/Monero/comments/qggjkf/offline_tx_signing_address_on_submit_transfer/ 13:14:00 integrated_address XXX will split an integrated address to show the component parts. 13:55:07 Thanks moneromooo 13:55:24 So the user can run integrated_address XXX, then submit the transfer once they confirm it is correct? 13:55:37 Yes. 13:56:26 Of course, a compromised online wallet could change the way this command runs, so run it on the offline wallet. 13:57:04 Then again, a compromised online wallet would have shown what the user was expecting in the first place, so it's probably not compromised (by monero stealing software). 13:57:32 Or at least by sophisticated monero stealing software. 15:18:09 Thanks moneromooo 23:47:56 Is there a function that returns the block age/height that a decoy is to be selected from? Can someone point me to the code where decoy selection lives? 23:47:56 Thank you. 23:50:22 spackle[m]: there is `gamma_picker` 23:56:53 spackle: Decoy selection is based onn a gamma probability density function whose parameters are defined at lines: 23:56:53 https://github.com/monero-project/monero/blob/de3456e1275836725291ba71036b7ef0e2cda91f/src/wallet/wallet2.cpp#L137-L138 23:58:40 > <@rucknium:monero.social> spackle: Decoy selection is based onn a gamma probability density function whose parameters are defined at lines: 23:58:40 > https://github.com/monero-project/monero/blob/de3456e1275836725291ba71036b7ef0e2cda91f/src/wallet/wallet2.cpp#L137-L138 23:58:40 Thank you.