pow -> envelope cleaned (doc)

This commit is contained in:
NicolasCantu 2024-04-09 22:50:58 +02:00
parent 9da174013b
commit ff44a4847b

View File

@ -752,8 +752,6 @@ Pseudo-code:
| `data_hash` | ```String``` | | | `data_hash` | ```String``` | |
| `timestamp` | ```u64``` | Yes | | `timestamp` | ```u64``` | Yes |
| `nonce` | ```u64``` | Yes | | `nonce` | ```u64``` | Yes |
| `pattern` | ```String``` | |
| `difficulty` | ```usize``` | |
Pseudo-code: Pseudo-code:
@ -761,9 +759,7 @@ Pseudo-code:
{ {
"data_hash": "", "data_hash": "",
"timestamp": 0, "timestamp": 0,
"nonce": 0, "nonce": 0
"pattern": "",
"difficulty": 0
} }
``` ```