Skip to content

Commit cb07b4a

Browse files
authored
Fix: minor typos
Fix: minor typos
1 parent 672c002 commit cb07b4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ It can do this through undermining your random number generation, accidentally p
6565
Running tests in your target environment is important and a recommended step to verify continuously.
6666

6767
Finally, **adhere to best practice**.
68-
We are not an authorative source of best practice, but, at the very least:
68+
We are not an authoritative source of best practice, but, at the very least:
6969

70-
* [Don't re-use addresses](https://en.bitcoin.it/wiki/Address_reuse).
70+
* [Don't reuse addresses](https://en.bitcoin.it/wiki/Address_reuse).
7171
* Don't share BIP32 extended public keys ('xpubs'). [They are a liability](https://bitcoin.stackexchange.com/questions/56916/derivation-of-parent-private-key-from-non-hardened-child), and it only takes 1 misplaced private key (or a buggy implementation!) and you are vulnerable to **catastrophic fund loss**.
7272
* [Don't use `Math.random`](https://security.stackexchange.com/questions/181580/why-is-math-random-not-designed-to-be-cryptographically-secure) - in any way - don't.
7373
* Enforce that users always verify (manually) a freshly-decoded human-readable version of their intended transaction before broadcast.

0 commit comments

Comments
 (0)