fixed have other nodes,sync the chain
#77 fixed it
File "blockchain.py", line 50 print(f'{last_block}') ^ SyntaxError: invalid syntax
that single quote mark has some problems ,could you please help me...
File "blockchain.py", line 50 print(f'{last_block}') ^ SyntaxError: invalid syntax that single quote mark has some problems ,could you please help me...
You're using Python3.6 right? f-string support was introduced there.
Yeah,I check it again,I don't konw what happened,it run ,thank you so much ~ On 2018-04-06 02:14 , ohathar Wrote: File "blockchain.py", line 50 print(f'{last_block}') ^ SyntaxError: invalid syntax that single quote mark has some problems ,could you please help me... You're using Python3.6 right? f-string support was introduced there. — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.