platform icon indicating copy to clipboard operation
platform copied to clipboard

Optimize `output_script` getter to avoid cloning in `InvalidIdentityCreditWithdrawalTransitionOutputScriptError`

Open coderabbitai[bot] opened this issue 1 year ago • 0 comments
trafficstars

As identified in PR #2191 comment 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.

coderabbitai[bot] avatar Oct 01 '24 13:10 coderabbitai[bot]