From bbcfa2f33bba31c92e72a70ba3992ef1147723d2 Mon Sep 17 00:00:00 2001 From: x Date: Thu, 26 Mar 2026 10:05:52 +0000 Subject: [PATCH] doc/dep: DEP-0008 Accepted --- doc/src/dep/0008.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/src/dep/0008.md b/doc/src/dep/0008.md index 437d9c2e8..489b0346c 100644 --- a/doc/src/dep/0008.md +++ b/doc/src/dep/0008.md @@ -1,7 +1,7 @@ # DEP 0008: Transaction-local state ``` -status: draft +status: accepted ``` ## Motivation @@ -42,8 +42,8 @@ expects. We have to add a public `mode_flag` (0 = global, 1 = local) so the verifier knows which root check to perform. This would be added to -the `Output` struct in the `Money` contract and the smart contract -would then be able to select the correct code path for verification. +the `Input` and `Output` structs in the `Money` contract and the smart +contract would then be able to select the correct code path for verification. ## Privacy