From 9851d96c0696a11aa211d6d54b76aa7fa87f7b13 Mon Sep 17 00:00:00 2001 From: snoppy Date: Fri, 29 Mar 2024 10:21:29 +0800 Subject: [PATCH] chore: fix typos --- btcutil/hdkeychain/README.md | 2 +- mempool/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/btcutil/hdkeychain/README.md b/btcutil/hdkeychain/README.md index 33eba3ce16..2101ed4d81 100644 --- a/btcutil/hdkeychain/README.md +++ b/btcutil/hdkeychain/README.md @@ -17,7 +17,7 @@ report. - Full BIP0032 implementation - Single type for private and public extended keys -- Convenient cryptograpically secure seed generation +- Convenient cryptographically secure seed generation - Simple creation of master nodes - Support for multi-layer derivation - Easy serialization and deserialization for both private and public extended diff --git a/mempool/README.md b/mempool/README.md index 5f1e4a4cd1..85c03993c2 100644 --- a/mempool/README.md +++ b/mempool/README.md @@ -7,7 +7,7 @@ mempool Package mempool provides a policy-enforced pool of unmined bitcoin transactions. -A key responsbility of the bitcoin network is mining user-generated transactions +A key responsibility of the bitcoin network is mining user-generated transactions into blocks. In order to facilitate this, the mining process relies on having a readily-available source of transactions to include in a block that is being solved.