taproot-assets
taproot-assets copied to clipboard
[bug]:The lnd node receiving the asset cannot synchronize the universe
Background
I ran two lnds and two taproot on the same server, assuming they were called tapd and tapd1. First, I used tapd to publish an asset, and then synchronized it to the test public universe node. Then I used tapd1 to synchronize the asset ID and found that it could not be synchronized.
Your environment
tapcli --profile=tapd1 universe sync --universe_host testnet.universe.lightning.finance:10029 --asset_id 7f5ded073780fa499269ae7e137dff9fb5bef03b50e7b09086909a9a88884dc1
tapcli --profile=tapd universe sync --universe_host testnet.universe.lightning.finance:10029 --asset_id 7f5ded073780fa499269ae7e137dff9fb5bef03b50e7b09086909a9a88884dc1
tapcli --profile=tapd addrs new --asset_id 7f5ded073780fa499269ae7e137dff9fb5bef03b50e7b09086909a9a88884dc1 --amt 21
- any other relevant environment details
Expected behavior
tapd shoud sync universe successfully and generate an address to receive assets
Actual behavior
Which version of tapd are all the nodes running? You'll need to be on at least v0.3.1 for that universe.
Which version of
tapdare all the nodes running? You'll need to be on at leastv0.3.1for that universe.
how to update the tapd version, I used 0.3.0-alpha
how to update the tapd version, I used 0.3.0-alpha
How did you install it? From source code, from the release binary, within Litd or within Polar?