From 21dfe04bf80863f934f948a0a729106f80d3aa4e Mon Sep 17 00:00:00 2001 From: Dennis Kobert Date: Mon, 31 Aug 2026 23:52:34 +0000 Subject: [PATCH] Insert the boundary memo at context nullification --- node-graph/graph-craft/src/proto.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node-graph/graph-craft/src/proto.rs b/node-graph/graph-craft/src/proto.rs index f1763c55ee..c3d04895fc 100644 --- a/node-graph/graph-craft/src/proto.rs +++ b/node-graph/graph-craft/src/proto.rs @@ -470,7 +470,7 @@ impl ProtoNetwork { ProtoNode { construction_args: ConstructionArgs::Nodes(vec![node_id]), call_argument: concrete!(Context), - identifier: graphene_core::memo::memoize::IDENTIFIER, + identifier: graphene_core::memo::frame_memo::IDENTIFIER, original_location: OriginalLocation { path: path.clone(), ..Default::default()