How to Handle Lost Crypto Sent Over Wrong Network #130
-
I am wondering how to handle an intra transaction that never arrived at its intended destination. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 7 replies
-
I had a quick look at the source code, and I can't find a transaction_type for that. Probably something that needs to be implemented, but I would wait for someone that knows the code to confirm this. What I would have tried, if it was me, was to mark the transaction's recived as 0, and set the fee to the value that you sent. If that works, make a note what really happened if audited. I have just been looking at this project recently, so I might be completely wrong. |
Beta Was this translation helpful? Give feedback.
-
Can you clarify what you mean by "never arrived at its intended destination":
|
Beta Was this translation helpful? Give feedback.
-
You can defenitly loose crypto by mistake, I am paying for an online crypto tax solution, and they use the term 'unrecovrable'. It could be sent to the wrong address, scam or even loss of private keys. I guess it will just be an forever non taxable event, but your balance should go to zero. |
Beta Was this translation helpful? Give feedback.
Hm, it sounds like we may need LOSS as a new type of OUT transaction...