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
As identified in PR #2191comment by @shumkov, the output_script getter currently clones the CoreScript, which may introduce unnecessary overhead. This issue is to track the optimization of the output_script getter to avoid cloning for improved performance.