transactions

This commit is contained in:
SowinskiBraeden committed 2022-12-01 16:52:37 -08:00
1 parent a7f50318ed
commit 9e6d5d4def
5 files changed
+356 -79

No files matched your search

+1 -1
View File
@@ -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)),
},