-
selstamoneromooo: could you take a look at monero-project/monero #7740 ? it is rpc pay related
-
selstaalso monero-project/monero #7786 please :)
-
moneromooodone
-
selstathanks
-
selsta.merge+ 7740
-
xmr-prAdded
-
Stnby[m]Dear, Privacy people,
-
Stnby[m]What is the actual purpose of "double_spend_seen" and is it possible for it to be true on an incoming transfer (if yes how exactly),
-
Stnby[m]we are making a gateway for payments and are wondering if it is important to handle this value in some way or just best to ignore it.
-
Stnby[m]Thank you.
-
moneromoooIt's set if the same key image is seen in two different transactions.
-
moneromoooIt means there's a possible double spend attempt going on. You may choose to wait a bit more before acting on a tx if that flag it set.
-
Stnby[m]but for example 3 blocks pass by. Wallet rpc would set it to false eventually?
-
moneromoooNo.
-
moneromooo3 blocks is probably safe enough to assume you won't be double spent.
-
moneromoooUnless big planned heist.
-
moneromoooIf you sell cheap stuff, 3 blocks should be fine.
-
Stnby[m]Ok thanks.
-
siren[m]<moneromooo "Unless big planned heist."> Are we better of not acting on a tx at all in this case?
-
siren[m]> <@moneromooo:libera.chat> Unless big planned heist.
-
siren[m]* Are we better off not acting on a tx at all in this case?
-
siren[m]How can the same key image get used multiple times if it's not someone with bad intentions?
-
moneromoooYou'll want to act, just later, to make sure you don't get scammed.
-
moneromoooIt can happen if people mess things up, and try to flush_txpool + rescan, and send a new tx.
-
siren[m]Alright, thank you.