bitcoinops / taproot-workshop

Taproot & Schnorr Python Library & Documentation.
MIT License
369 stars 111 forks source link

Update leafs/leaves in images #151

Closed jachiang closed 4 years ago

jachiang commented 4 years ago

Partially Addresses #135.

Commands run:

sed -i '' 's/leafs/leaves/g' $(git grep -l leafs) sed -i '' 's/Leafs/Leaves/g' $(git grep -l Leafs)

Note: I (@bitschmidty) was unable to find a single sed command on macOS which was case insensitive, thus two commands

bitschmidty commented 4 years ago

@jachiang would you mind adding this commit to https://github.com/bitcoinops/taproot-workshop/pull/149 ?

I think it would be useful to have it all in one PR for review.

jachiang commented 4 years ago

@bitschmidty I have added your commits from #149 to this branch. I don't know how to push to a PR branch you opened.

bitschmidty commented 4 years ago

Fine by me. Closing https://github.com/bitcoinops/taproot-workshop/pull/149