Skip to content

Commit

Permalink
Add a missing 'to' in a sentence. en/16/06 (CryptozombiesHQ#645)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeconroy authored Mar 25, 2022
1 parent bb1551a commit 6077485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/16/06.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ material:

In this chapter, you're going to start updating the `setLatestEthPrice` function to make the contract work in a more decentralized manner.

With more oracles added, your contract expects more than one response for each request. Thus, the way you're keeping track of responses (that is by adding them the `pendingRequests` mapping) has to change.
With more oracles added, your contract expects more than one response for each request. Thus, the way you're keeping track of responses (that is by adding them to the `pendingRequests` mapping) has to change.

So how should you go about it?🤔

Expand Down

0 comments on commit 6077485

Please sign in to comment.