transactions
This commit is contained in:
5 files changed
+356
-79
No files matched your search
+1
-1
@@ -41,7 +41,7 @@ func (pow *ProofOfWork) InitData(nonce int) []byte {
|
||||
data := bytes.Join(
|
||||
[][]byte{
|
||||
pow.Block.PrevHash,
|
||||
pow.Block.Data,
|
||||
pow.Block.HashTransactions(),
|
||||
ToHex(int64(nonce)),
|
||||
ToHex(int64(Difficulty)),
|
||||
},
|
||||
|
||||
Reference in new issue
Block a user