You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the Lightning Node Connect WASM client imports looprpc and
the entire loop module to access perms.go. This causes issues because
loop imports taproot-assets, leading to too many symbols for the WASM
build. To resolve this, we move perms.go—related to RPC endpoints—into
looprpc. Looprpc then becomes the only module imported by the LNC WASM
client, allowing the rest of loop to import taproot-assets freely.
0 commit comments