web3coach / the-blockchain-bar

The source-code for: "Build a Blockchain from Scratch in Go" eBook.
https://web3.coach
GNU Lesser General Public License v3.0
499 stars 184 forks source link

Section 3 doesn't have data attribute #6

Closed timdadd closed 4 years ago

timdadd commented 4 years ago

It's a great tutorial - I haven't got to the end - but will raise any issues as I go along for you It says CLI is done and includes this line

tbb tx add --from=andrej --to=andrej --value=100 --data=reward

but the -data flag isn't in the code at that stage so an error

web3coach commented 4 years ago

Nice catch @timdadd . The flag must got lost when I was moving commits around. Fix commited to c3_ branch https://github.com/web3coach/the-blockchain-bar/commit/6601948305e91c2810169c0ac6e2b784d3d898ce