项目源码地址:https://gitee.com/Zifasdfa/blockchain-demo
笔记地址:https://editor.csdn.net/md/?articleId=131150613
欢迎star和点赞
笔记地址:https://editor.csdn.net/md/?articleId=131150613
欢迎star和点赞
2023-06-13
blockData = strconv.FormatInt(block.Index, 10) + strconv.FormatInt(block.Timestamp, 10) + string(block.PrevBlockHash) + string(block.Data)
2020-02-24