You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this chapter, when you select any one of your zombies, the count shown under "Your Zombie's Win Count:" is shown as the aggregate win count of all your zombies. If I battle 5 times with one zombie and win each time, and then battle for the first time with my second zombie, my second zombie's win count will show as 6.
Since the win and loss count are specified on the Zombie instance itself, this number should be tracked per-zombie. Obviously, this isn't on the blockchain so you are likely just maintaining a count, but it might mislead people who aren't familiar with solidity.
I would suggest changing the wording, or tracking the number per-zombie to have parity with the contract the lesson implements.
The text was updated successfully, but these errors were encountered:
In this chapter, when you select any one of your zombies, the count shown under "Your Zombie's Win Count:" is shown as the aggregate win count of all your zombies. If I battle 5 times with one zombie and win each time, and then battle for the first time with my second zombie, my second zombie's win count will show as 6.
Since the win and loss count are specified on the Zombie instance itself, this number should be tracked per-zombie. Obviously, this isn't on the blockchain so you are likely just maintaining a count, but it might mislead people who aren't familiar with solidity.
I would suggest changing the wording, or tracking the number per-zombie to have parity with the contract the lesson implements.
The text was updated successfully, but these errors were encountered: