Open Jmallone opened 3 years ago
In this part
https://github.com/dvf/blockchain-book/blob/8642a7b55b1b14be40e243cf004051d4f200d4b5/chapters/chapter_7/funcoin/server.py#L70
the code return none all times. for fix it i remove self.external_ip =
self.external_ip =
await self.get_external_ip()
Thanks, I get another error but it's good to know where it can go wrong.
In this part
https://github.com/dvf/blockchain-book/blob/8642a7b55b1b14be40e243cf004051d4f200d4b5/chapters/chapter_7/funcoin/server.py#L70
the code return none all times. for fix it i remove
self.external_ip =
await self.get_external_ip()