blockchain-py
blockchain-py copied to clipboard
A python imlementation of blockchain_go
python cli.py createblockchain --address 1NYTHzofehALBDPJvzVhhRJiGEd68Rv7ok Mining a new block 00169e5239bc2ff12dd48f9a980a3c862fbd2e53743bc498baa5b68e8d1c84fe Traceback (most recent call last): File "D:\论文\区块链\blockchain-py\blockchain-py\blockchain.py", line 119, in blocks raise StopIteration StopIteration The above exception was the direct...
PDB是干嘛的?
``` blockchain-py/cli.py(69)create_blockchain() -> bc = Blockchain(address) (Pdb) ``` 去掉后RuntimeError: generator raised StopIteration ``` Traceback (most recent call last): File "/Users/Documents/Github/blockchain-py/blockchain-py/blockchain.py", line 119, in blocks raise StopIteration StopIteration The above exception...