Skip to content
This repository has been archived by the owner on Mar 9, 2024. It is now read-only.

Unknown tag when get the outputs of certain transactions #138

Open
shupkat opened this issue Aug 5, 2023 · 0 comments
Open

Unknown tag when get the outputs of certain transactions #138

shupkat opened this issue Aug 5, 2023 · 0 comments

Comments

@shupkat
Copy link

shupkat commented Aug 5, 2023

i get this error
ValueError: offset 39: unknown tag 0x3

when I try to get outputs using this code

from monero.daemon import Daemon
from monero.backends.offline import OfflineWallet
from monero.wallet import Wallet
daemon = Daemon(port=18081)
w = Wallet(OfflineWallet("addr", spend_key="ssk", view_key="svk"))
print(daemon.transactions("38b6ec6a57f1bd040a9edf1c58a5af13204f21c30bf965422b94e4c899241b1d")[0].outputs(wallet=w))

this error does not appear on all transactions

monero==1.1.1
Python 3.10.8

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant