Skip to content

Commit

Permalink
Merge pull request CryptozombiesHQ#242 from kokosabu/fix-jp-lesson6-c…
Browse files Browse the repository at this point in the history
…hapter5

Fix jp lesson6 chapter5
  • Loading branch information
eduardonunesp authored May 8, 2018
2 parents 41212ef + 341bfb9 commit f51d529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jp/6/05.md
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ var accountInterval = setInterval(function() {
}, 100);
```

これは、100ミリセックごとに`userAccount``web3.eth.accounts[0]`とイコールのままかをチェックしている(例:ユーザーがまだそのアカウントをアクティブにしているか)。もし違った場合は、`userAccount`を現在のアクティブアカウントに割り当て直し、表示をアップデートする関数を呼び出す。
これは、100ミリ秒ごとに`userAccount``web3.eth.accounts[0]`とイコールのままかをチェックしている(例:ユーザーがまだそのアカウントをアクティブにしているか)。もし違った場合は、`userAccount`を現在のアクティブアカウントに割り当て直し、表示をアップデートする関数を呼び出す。

## さあテストだ

Expand Down

0 comments on commit f51d529

Please sign in to comment.