Skip to content

Commit

Permalink
Merge pull request CryptozombiesHQ#263 from KorbinianK/master
Browse files Browse the repository at this point in the history
Fix wrongly capitalized variable names in Lesson 6 chapters 7-9
  • Loading branch information
eduardonunesp authored Jul 3, 2018
2 parents 2956527 + aceb3b1 commit 3b24a3f
Show file tree
Hide file tree
Showing 18 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion en/6/07.md
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ material:
// the transaction has been sent
$("#txStatus").text("Eating a kitty. This may take a while...");
// Send the tx to our contract:
return cryptoZombies.methods.feedOnKitty(zombieId, KittyId)
return cryptoZombies.methods.feedOnKitty(zombieId, kittyId)
.send({ from: userAccount })
.on("receipt", function(receipt) {
$("#txStatus").text("Ate a kitty and spawned a new Zombie!");
Expand Down
4 changes: 2 additions & 2 deletions en/6/08.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ material:
function feedOnKitty(zombieId, kittyId) {
$("#txStatus").text("Eating a kitty. This may take a while...");
return cryptoZombies.methods.feedOnKitty(zombieId, KittyId)
return cryptoZombies.methods.feedOnKitty(zombieId, kittyId)
.send({ from: userAccount })
.on("receipt", function(receipt) {
$("#txStatus").text("Ate a kitty and spawned a new Zombie!");
Expand Down Expand Up @@ -528,7 +528,7 @@ material:
function feedOnKitty(zombieId, kittyId) {
$("#txStatus").text("Eating a kitty. This may take a while...");
return cryptoZombies.methods.feedOnKitty(zombieId, KittyId)
return cryptoZombies.methods.feedOnKitty(zombieId, kittyId)
.send({ from: userAccount })
.on("receipt", function(receipt) {
$("#txStatus").text("Ate a kitty and spawned a new Zombie!");
Expand Down
4 changes: 2 additions & 2 deletions en/6/09.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ material:
function feedOnKitty(zombieId, kittyId) {
$("#txStatus").text("Eating a kitty. This may take a while...");
return cryptoZombies.methods.feedOnKitty(zombieId, KittyId)
return cryptoZombies.methods.feedOnKitty(zombieId, kittyId)
.send({ from: userAccount })
.on("receipt", function(receipt) {
$("#txStatus").text("Ate a kitty and spawned a new Zombie!");
Expand Down Expand Up @@ -546,7 +546,7 @@ material:
function feedOnKitty(zombieId, kittyId) {
$("#txStatus").text("Eating a kitty. This may take a while...");
return cryptoZombies.methods.feedOnKitty(zombieId, KittyId)
return cryptoZombies.methods.feedOnKitty(zombieId, kittyId)
.send({ from: userAccount })
.on("receipt", function(receipt) {
$("#txStatus").text("Ate a kitty and spawned a new Zombie!");
Expand Down
2 changes: 1 addition & 1 deletion es/6/07.md
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ material:
// the transaction has been sent
$("#txStatus").text("Eating a kitty. This may take a while...");
// Send the tx to our contract:
return cryptoZombies.methods.feedOnKitty(zombieId, KittyId)
return cryptoZombies.methods.feedOnKitty(zombieId, kittyId)
.send({ from: userAccount })
.on("receipt", function(receipt) {
$("#txStatus").text("Ate a kitty and spawned a new Zombie!");
Expand Down
4 changes: 2 additions & 2 deletions es/6/08.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ material:
}
function feedOnKitty(zombieId, kittyId) {
$("#txStatus").text("Eating a kitty. This may take a while...");
return cryptoZombies.methods.feedOnKitty(zombieId, KittyId)
return cryptoZombies.methods.feedOnKitty(zombieId, kittyId)
.send({ from: userAccount })
.on("receipt", function(receipt) {
$("#txStatus").text("Ate a kitty and spawned a new Zombie!");
Expand Down Expand Up @@ -448,7 +448,7 @@ material:
}
function feedOnKitty(zombieId, kittyId) {
$("#txStatus").text("Eating a kitty. This may take a while...");
return cryptoZombies.methods.feedOnKitty(zombieId, KittyId)
return cryptoZombies.methods.feedOnKitty(zombieId, kittyId)
.send({ from: userAccount })
.on("receipt", function(receipt) {
$("#txStatus").text("Ate a kitty and spawned a new Zombie!");
Expand Down
4 changes: 2 additions & 2 deletions es/6/09.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ material:
}
function feedOnKitty(zombieId, kittyId) {
$("#txStatus").text("Eating a kitty. This may take a while...");
return cryptoZombies.methods.feedOnKitty(zombieId, KittyId)
return cryptoZombies.methods.feedOnKitty(zombieId, kittyId)
.send({ from: userAccount })
.on("receipt", function(receipt) {
$("#txStatus").text("Ate a kitty and spawned a new Zombie!");
Expand Down Expand Up @@ -464,7 +464,7 @@ material:
}
function feedOnKitty(zombieId, kittyId) {
$("#txStatus").text("Eating a kitty. This may take a while...");
return cryptoZombies.methods.feedOnKitty(zombieId, KittyId)
return cryptoZombies.methods.feedOnKitty(zombieId, kittyId)
.send({ from: userAccount })
.on("receipt", function(receipt) {
$("#txStatus").text("Ate a kitty and spawned a new Zombie!");
Expand Down
2 changes: 1 addition & 1 deletion fr/6/07.md
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ material:
// the transaction has been sent
$("#txStatus").text("En train de manger un chaton, cela peut prendre du temps...");
// Send the tx to our contract:
return cryptoZombies.methods.feedOnKitty(zombieId, KittyId)
return cryptoZombies.methods.feedOnKitty(zombieId, kittyId)
.send({ from: userAccount })
.on("receipt", function(receipt) {
$("#txStatus").text("A mangé un chaton et a engendré un nouveau Zombie !");
Expand Down
4 changes: 2 additions & 2 deletions fr/6/08.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ material:
function feedOnKitty(zombieId, kittyId) {
$("#txStatus").text("Eating a kitty. This may take a while...");
return cryptoZombies.methods.feedOnKitty(zombieId, KittyId)
return cryptoZombies.methods.feedOnKitty(zombieId, kittyId)
.send({ from: userAccount })
.on("receipt", function(receipt) {
$("#txStatus").text("Ate a kitty and spawned a new Zombie!");
Expand Down Expand Up @@ -528,7 +528,7 @@ material:
function feedOnKitty(zombieId, kittyId) {
$("#txStatus").text("Eating a kitty. This may take a while...");
return cryptoZombies.methods.feedOnKitty(zombieId, KittyId)
return cryptoZombies.methods.feedOnKitty(zombieId, kittyId)
.send({ from: userAccount })
.on("receipt", function(receipt) {
$("#txStatus").text("Ate a kitty and spawned a new Zombie!");
Expand Down
4 changes: 2 additions & 2 deletions fr/6/09.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ material:
function feedOnKitty(zombieId, kittyId) {
$("#txStatus").text("Eating a kitty. This may take a while...");
return cryptoZombies.methods.feedOnKitty(zombieId, KittyId)
return cryptoZombies.methods.feedOnKitty(zombieId, kittyId)
.send({ from: userAccount })
.on("receipt", function(receipt) {
$("#txStatus").text("Ate a kitty and spawned a new Zombie!");
Expand Down Expand Up @@ -546,7 +546,7 @@ material:
function feedOnKitty(zombieId, kittyId) {
$("#txStatus").text("Eating a kitty. This may take a while...");
return cryptoZombies.methods.feedOnKitty(zombieId, KittyId)
return cryptoZombies.methods.feedOnKitty(zombieId, kittyId)
.send({ from: userAccount })
.on("receipt", function(receipt) {
$("#txStatus").text("Ate a kitty and spawned a new Zombie!");
Expand Down
2 changes: 1 addition & 1 deletion jp/6/07.md
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ material:
// the transaction has been sent
$("#txStatus").text("Eating a kitty. This may take a while...");
// Send the tx to our contract:
return cryptoZombies.methods.feedOnKitty(zombieId, KittyId)
return cryptoZombies.methods.feedOnKitty(zombieId, kittyId)
.send({ from: userAccount })
.on("receipt", function(receipt) {
$("#txStatus").text("Ate a kitty and spawned a new Zombie!");
Expand Down
4 changes: 2 additions & 2 deletions jp/6/08.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ material:
function feedOnKitty(zombieId, kittyId) {
$("#txStatus").text("Eating a kitty. This may take a while...");
return cryptoZombies.methods.feedOnKitty(zombieId, KittyId)
return cryptoZombies.methods.feedOnKitty(zombieId, kittyId)
.send({ from: userAccount })
.on("receipt", function(receipt) {
$("#txStatus").text("Ate a kitty and spawned a new Zombie!");
Expand Down Expand Up @@ -528,7 +528,7 @@ material:
function feedOnKitty(zombieId, kittyId) {
$("#txStatus").text("Eating a kitty. This may take a while...");
return cryptoZombies.methods.feedOnKitty(zombieId, KittyId)
return cryptoZombies.methods.feedOnKitty(zombieId, kittyId)
.send({ from: userAccount })
.on("receipt", function(receipt) {
$("#txStatus").text("Ate a kitty and spawned a new Zombie!");
Expand Down
4 changes: 2 additions & 2 deletions jp/6/09.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ material:
function feedOnKitty(zombieId, kittyId) {
$("#txStatus").text("Eating a kitty. This may take a while...");
return cryptoZombies.methods.feedOnKitty(zombieId, KittyId)
return cryptoZombies.methods.feedOnKitty(zombieId, kittyId)
.send({ from: userAccount })
.on("receipt", function(receipt) {
$("#txStatus").text("Ate a kitty and spawned a new Zombie!");
Expand Down Expand Up @@ -546,7 +546,7 @@ material:
function feedOnKitty(zombieId, kittyId) {
$("#txStatus").text("Eating a kitty. This may take a while...");
return cryptoZombies.methods.feedOnKitty(zombieId, KittyId)
return cryptoZombies.methods.feedOnKitty(zombieId, kittyId)
.send({ from: userAccount })
.on("receipt", function(receipt) {
$("#txStatus").text("Ate a kitty and spawned a new Zombie!");
Expand Down
2 changes: 1 addition & 1 deletion ko/6/07.md
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ material:
// 유저가 알 수 있도록 UI를 업데이트해야 함
$("#txStatus").text("Eating a kitty. This may take a while...");
// 우리 컨트랙트에 전송하기:
return CryptoZombies.methods.feedOnKitty(zombieId, KittyId)
return CryptoZombies.methods.feedOnKitty(zombieId, kittyId)
.send({ from: userAccount })
.on("receipt", function(receipt) {
$("#txStatus").text("Ate a kitty and spawned a new Zombie!");
Expand Down
4 changes: 2 additions & 2 deletions ko/6/08.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ material:
function feedOnKitty(zombieId, kittyId) {
$("#txStatus").text("Eating a kitty. This may take a while...");
return CryptoZombies.methods.feedOnKitty(zombieId, KittyId)
return CryptoZombies.methods.feedOnKitty(zombieId, kittyId)
.send({ from: userAccount })
.on("receipt", function(receipt) {
$("#txStatus").text("Ate a kitty and spawned a new Zombie!");
Expand Down Expand Up @@ -528,7 +528,7 @@ material:
function feedOnKitty(zombieId, kittyId) {
$("#txStatus").text("Eating a kitty. This may take a while...");
return CryptoZombies.methods.feedOnKitty(zombieId, KittyId)
return CryptoZombies.methods.feedOnKitty(zombieId, kittyId)
.send({ from: userAccount })
.on("receipt", function(receipt) {
$("#txStatus").text("Ate a kitty and spawned a new Zombie!");
Expand Down
4 changes: 2 additions & 2 deletions ko/6/09.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ material:
function feedOnKitty(zombieId, kittyId) {
$("#txStatus").text("Eating a kitty. This may take a while...");
return CryptoZombies.methods.feedOnKitty(zombieId, KittyId)
return CryptoZombies.methods.feedOnKitty(zombieId, kittyId)
.send({ from: userAccount })
.on("receipt", function(receipt) {
$("#txStatus").text("Ate a kitty and spawned a new Zombie!");
Expand Down Expand Up @@ -546,7 +546,7 @@ material:
function feedOnKitty(zombieId, kittyId) {
$("#txStatus").text("Eating a kitty. This may take a while...");
return CryptoZombies.methods.feedOnKitty(zombieId, KittyId)
return CryptoZombies.methods.feedOnKitty(zombieId, kittyId)
.send({ from: userAccount })
.on("receipt", function(receipt) {
$("#txStatus").text("Ate a kitty and spawned a new Zombie!");
Expand Down
2 changes: 1 addition & 1 deletion pt/6/07-sending-transactions.md
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ material:
  // a transação foi enviada
$("#txStatus").text("Comendo um gatinho. Isso pode demorar um pouco...");
// Envie o tx para nosso contrato:
return cryptoZombies.methods.feedOnKitty(zombieId, KittyId)
return cryptoZombies.methods.feedOnKitty(zombieId, kittyId)
.send({ from: userAccount })
.on("receipt", function(receipt) {
$("#txStatus").text("Comeu um gatinho e gerou um novo Zumbi!");
Expand Down
4 changes: 2 additions & 2 deletions pt/6/08-calling-payable-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ material:
function feedOnKitty(zombieId, kittyId) {
$("#txStatus").text("Eating a kitty. This may take a while...");
return cryptoZombies.methods.feedOnKitty(zombieId, KittyId)
return cryptoZombies.methods.feedOnKitty(zombieId, kittyId)
.send({ from: userAccount })
.on("receipt", function(receipt) {
$("#txStatus").text("Ate a kitty and spawned a new Zombie!");
Expand Down Expand Up @@ -532,7 +532,7 @@ material:
  // a transação foi enviada
$("#txStatus").text("Comendo um gatinho. Isso pode demorar um pouco...");
// Envie o tx para nosso contrato:
return cryptoZombies.methods.feedOnKitty(zombieId, KittyId)
return cryptoZombies.methods.feedOnKitty(zombieId, kittyId)
.send({ from: userAccount })
.on("receipt", function(receipt) {
$("#txStatus").text("Comeu um gatinho e gerou um novo Zumbi!");
Expand Down
4 changes: 2 additions & 2 deletions pt/6/09-subscribing-to-events.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ material:
function feedOnKitty(zombieId, kittyId) {
$("#txStatus").text("Eating a kitty. This may take a while...");
return cryptoZombies.methods.feedOnKitty(zombieId, KittyId)
return cryptoZombies.methods.feedOnKitty(zombieId, kittyId)
.send({ from: userAccount })
.on("receipt", function(receipt) {
$("#txStatus").text("Ate a kitty and spawned a new Zombie!");
Expand Down Expand Up @@ -549,7 +549,7 @@ material:
  // a transação foi enviada
$("#txStatus").text("Comendo um gatinho. Isso pode demorar um pouco...");
// Envie o tx para nosso contrato:
return cryptoZombies.methods.feedOnKitty(zombieId, KittyId)
return cryptoZombies.methods.feedOnKitty(zombieId, kittyId)
.send({ from: userAccount })
.on("receipt", function(receipt) {
$("#txStatus").text("Comeu um gatinho e gerou um novo Zumbi!");
Expand Down

0 comments on commit 3b24a3f

Please sign in to comment.