Skip to content

Commit

Permalink
Update 09.md (CryptozombiesHQ#593)
Browse files Browse the repository at this point in the history
fix line 953:  the  "")" at the end of line 953 is a typo
  • Loading branch information
efan006 authored Jan 17, 2022
1 parent 17523d7 commit 8d19fdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zh/6/09.md
Original file line number Diff line number Diff line change
Expand Up @@ -950,7 +950,7 @@ material:
}
}, 100);
var web3Infura = new Web3(new Web3.providers.WebsocketProvider("wss://mainnet.infura.io/ws"));")
var web3Infura = new Web3(new Web3.providers.WebsocketProvider("wss://mainnet.infura.io/ws"));
var czEvents = new web3Infura.eth.Contract(cryptoZombiesABI, cryptoZombiesAddress);
// Use `filter` to only fire this code when `_to` equals `userAccount`
czEvents.events.Transfer({ filter: { _to: userAccount } })
Expand Down

0 comments on commit 8d19fdb

Please sign in to comment.