cryptozombie-lessons icon indicating copy to clipboard operation
cryptozombie-lessons copied to clipboard

Fix accounts bug inside 8.md

Open diranl opened this issue 7 years ago • 2 comments

Bug explanation:

The web3.eth.accounts isn't an array as the code expects but a series of functions as per https://web3js.readthedocs.io/en/1.0/web3-eth-accounts.html

Instead, the correct implementation ought to use web.eth.getAccounts as per https://web3js.readthedocs.io/en/1.0/web3-eth.html#getaccounts

  • [x] I did these translations myself and own copyright for them
  • [x] I didn't use a machine to do these translations
  • [x] I assign all copyright to Loom Network for these translations

diranl avatar Sep 11 '18 02:09 diranl

Thanks @diranl, do you mind to accept the terms on check boxes?

eduardonunesp avatar Sep 14 '18 17:09 eduardonunesp

Done

diranl avatar Sep 14 '18 19:09 diranl