Oli
Oli
Thanks for the detailed report. This is mostly "by design", until https://github.com/lightninglabs/taproot-assets/issues/514 is fully addressed. You can identify tombstone assets by their amount and script key. If the amount is...
Ah, right, I was mistaken... The `imported` account will just show assets received through an address, and not the tombstones themselves. Yeah, we definitely need to address this somehow.
Thanks for the report! The error `error querying remote node: read /root/.lnd/data/chain/bitcoin/regtest: is a directory` is an actual bug, we need to fix that. Unfortunately there is no easy way...
The actual bug is here: https://github.com/lightninglabs/lightning-terminal/blob/master/config.go#L659. Because the `AdminMacPath` of the default lnd config is empty, this doesn't add the filename to the path, which results in the error shown....