From ff44a4847b71afc76919b0023b0dfe03b839935f Mon Sep 17 00:00:00 2001 From: NicolasCantu Date: Tue, 9 Apr 2024 22:50:58 +0200 Subject: [PATCH] pow -> envelope cleaned (doc) --- doc/Specs-Datamodel.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/doc/Specs-Datamodel.md b/doc/Specs-Datamodel.md index 9bd0b64..1a2d899 100644 --- a/doc/Specs-Datamodel.md +++ b/doc/Specs-Datamodel.md @@ -752,8 +752,6 @@ Pseudo-code: | `data_hash` | ```String``` | | | `timestamp` | ```u64``` | Yes | | `nonce` | ```u64``` | Yes | -| `pattern` | ```String``` | | -| `difficulty` | ```usize``` | | Pseudo-code: @@ -761,9 +759,7 @@ Pseudo-code: { "data_hash": "", "timestamp": 0, - "nonce": 0, - "pattern": "", - "difficulty": 0 + "nonce": 0 } ```