Closed MaxHillebrand closed 4 years ago
Sorry about the git mess... It's mergable now. I can redo and make a new PR properly on an up to date master, if you care about the git commit history being clean.
You can clean that by doing a squash https://github.com/wprig/wprig/wiki/How-to-squash-commits
Summary:
git rebase -i master
git push --force-with-lease origin
The current version was confusing with mentioning two types of numbers right next to each other:
the quantity of commitments
andthe btc value of commitments
. In this branch, I change it so thatthe quantity of commitments
is written out, liketen
instead of10
.[There's also a minor typo fix to
CoinJoins
.]