Skip to content

Commit

Permalink
Fix typo from 0,001 to 0.001
Browse files Browse the repository at this point in the history
  • Loading branch information
cobject authored Aug 14, 2018
1 parent e10f75a commit ac256a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ko/6/08.md
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ CryptoZombies.methods.levelUp(zombieId)

2. 트랜잭션 전에 `txStatus` 텍스트로 `"좀비를 레벨업하는 중..."`을 표시해야 하네.

3. 컨트랙트의 `levelUp`을 호출할 때, 위 예제처럼 `"0,001"` ETH를 `toWei`로 변환해서 보내야 하네.
3. 컨트랙트의 `levelUp`을 호출할 때, 위 예제처럼 `"0.001"` ETH를 `toWei`로 변환해서 보내야 하네.

4. 성공하면 `"압도적인 힘! 좀비가 성공적으로 레벨업했습니다."` 텍스트를 표시해야 하네.

Expand Down

0 comments on commit ac256a3

Please sign in to comment.