Add Block Miner

This commit is contained in:
Matt Krump
2017-12-27 10:50:56 -06:00
parent 7e5e12f488
commit c992186846
8 changed files with 23 additions and 7 deletions
+1
View File
@@ -7,6 +7,7 @@ type Block struct {
Hash string
Nonce string
Number int64
Miner string
ParentHash string
Size int64
Time int64