kauri-io / Content

A peer reviewed repository of content for kauri.io
12 stars 22 forks source link

Review of Rust trasactions #80

Closed ChrisChinchilla closed 4 years ago

ChrisChinchilla commented 4 years ago

Pretty good @craigwilliams84 just a couple of small things like grammar and links fixed. And one small issue I found.

let balance_before = web3.eth().balance(accounts[1], None).wait().unwrap(); is in both code listings but never added in the tutorial explanation.

craigwilliams84 commented 4 years ago

let balance_before = web3.eth().balance(accounts[1], None).wait().unwrap(); is in both code listings but never added in the tutorial explanation.

Agreed, I've added a sentence explaining why we're calling this function