瀏覽代碼

doc/dep: DEP-0008 Accepted

x 4 月之前
父節點
當前提交
bbcfa2f33b
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      doc/src/dep/0008.md

+ 3 - 3
doc/src/dep/0008.md

@@ -1,7 +1,7 @@
 # DEP 0008: Transaction-local state
 # DEP 0008: Transaction-local state
 
 
 ```
 ```
-status: draft
+status: accepted
 ```
 ```
 
 
 ## Motivation
 ## Motivation
@@ -42,8 +42,8 @@ expects.
 
 
 We have to add a public `mode_flag` (0 = global, 1 = local) so the
 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
 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
 ## Privacy