-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
transaction list ATTOKEN -b output #209
Comments
This is actually easy to explain and totally expected. What you are seeing there are burn transactions. The So it looks like if you use Thus what happens when you use an AT token which is not a PoB token with
Thus if you use If you use I get this may lead to confusion, but again this is one of the cases where the user is using a wrong command combination. However, as this problem is easy to catch and above all the second case may be very confusing (if the burn transactions of a limited block range are shown) I've added a check now that the PS: As you wrote about a P2TH address, there may be a bit of more confusion: Neither burn nor gateway transactions spend to P2TH addresses. They are simple transactions (even may have only one output) to the burn/gateway address. |
Everything solved here. |
I was about to delete this suggestion in Nice to have thread, but I've suddenly reminded that we have tokens that are not PoD tokens nor PoB, nor ATtokens or also old protocol tokens. |
I'm closing this since your reply here that probably refers to this thread has made your point very clear to me. |
I'm still thinking about what I've accidentally discovered here.
Of course the
transaction list ATTOKEN -b
usage (liketransaction list ATTokenNotPoB -b
for instance) is wrong, but the transactions that are being outputted shouldn't be there in any case or at least I'm not able to give them any explanation.For instance if I run
transaction list ATTokenNotPoB -b
there is transactionb8f04a83ede9a21e7df2071513019c598c7ed7d857a75a67a3165a1a57f64ff3
in the list, but itstransaction show b8f04a83ede9a21e7df2071513019c598c7ed7d857a75a67a3165a1a57f64ff3 -s
is like this:which doesn't have anything to do with the
ATTokenNotPoB
deck, for instance the P2TH address of that deck,muhhYam1NXMSUqKx4uSrfjS7N7Fcz6j6Qx
is not involved in this transaction.So for the sake of discovering something bigger wouldn't it make sense understanding what are those results provided by that wrong command usage?
The text was updated successfully, but these errors were encountered: