代码如下:hash_result = hashlib.sha3_256(encode(str(header) + str(nonce))).hexdigest()
报错信息如下:TypeError: object supporting the buffer API required
请问如何解决这个问题?
https://blog.csdn.net/fengbingchun/article/details/86665247