Closed vanditshah99 closed 3 months ago
Asset channels are only available with nodes that run the full litd
stack. A node that doesn't will not know the new p2p messages and simply not respond. That's why the didn't receive funding ack after 30s
is expected behavior.
The asset will show again after 10 minutes, they were just locked/leased for 10 minutes, if they're not used for the funding they will be shown again.
I just noticed that we only have the include_leased
flag on the RPC but forgot to add it on the CLI, so I created this PR: https://github.com/lightninglabs/taproot-assets/pull/1039
Working on adding a fast fail check, so we just bail out if the other nodes doesn't support the channel type sooner with a nice error message.
This is fixed by https://github.com/lightninglabs/taproot-assets/pull/1041
We tried the following scenario
We minted an asset on Tapd Standalone Instance (T1)
And transferred few Bucks to LiT-Tapd Instance (T2)
Now from T2 we raise an fundchannel request
This fails stating
The logs of t1 are as follows t1 tapd node.txt t1 lnd node.txt
The logs of T2 node are following t2_ack.txt
Also, when this error is encountered, we face this issue of asset not showing in asset list grpc.
5 conf already at this moment
Also litcli getinfo(T2 Node)