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
we force private to false for hold invoices as we want to ensure that only a single hop hint is provided for a single private taproot assets channel (which overrides any other hop hints that may be defined).
This is not done for regular invoices though and should be so that we don't accidentally also issue route hints for channels and assets that we don't actually want to receive on.
At
taproot-assets/rpcserver.go
Lines 7277 to 7279 in 77e8b28
we force private to false for hold invoices as we want to ensure that only a single hop hint is provided for a single private taproot assets channel (which overrides any other hop hints that may be defined).
This is not done for regular invoices though and should be so that we don't accidentally also issue route hints for channels and assets that we don't actually want to receive on.
I'm guessing we need to add
iReq.Private=false
after
taproot-assets/rpcserver.go
Line 7297 in 77e8b28
but I'm not a go programmer, so not sure of the exact syntax.
The text was updated successfully, but these errors were encountered: