Changed and refactored block and transaction structures. Moved signature from transaction scope to block.

This commit is contained in:
Revertron
2021-03-02 18:11:17 +01:00
parent d5a19c92c3
commit 92ebefce91
11 changed files with 206 additions and 215 deletions
+2
View File
@@ -0,0 +1,2 @@
pub const BLOCK_DIFFICULTY: u32 = 24;
pub const CHAIN_VERSION: u32 = 1;