node icon indicating copy to clipboard operation
node copied to clipboard

Remove CCTX validation in `NewCCTX`

Open lumtis opened this issue 1 year ago • 0 comments

Describe the Issue Initalization function should only create a new CCTX object and not be opiniated to the processing logic of it (example, if a CCTX in invalid we could want to perform some specific logic instead of not creating the CCTX object)

CCTX Validate should be called in the top level

lumtis avatar May 22 '24 09:05 lumtis