Skip to content

Commit aa51d06

Browse files
committed
docs: remove unneeded word
1 parent faf1599 commit aa51d06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ For more details on how automatic coin-selection works:
1919

2020
This project provides a Rust clone of the excellent [Bitcoin Core coin-selection algorithms](https://github.com/bitcoin/bitcoin/blob/7502d4e94038eb9dbe079c19bdde57f29e3ea297/src/wallet/coinselection.cpp) in combination with [Rust Bitcoin](https://github.com/rust-bitcoin/rust-bitcoin) types. Special care is taken to make this Rust implementation highly performant (see [benchmarks](https://github.com/p2pderivatives/rust-bitcoin-coin-selection/blob/6d21811440493ae8880e77f97307a58f4e07e11b/README.md#benchmarks)) and correct with numerous unit tests (cargo test), [property tests](https://github.com/p2pderivatives/rust-bitcoin-coin-selection?tab=readme-ov-file#property-tests) and [fuzz tests](https://github.com/p2pderivatives/rust-bitcoin-coin-selection?tab=readme-ov-file#fuzz-tests).
2121

22-
Bitcoin and Rust Bitcoin are closely followed providing timely updates such that the newest changes are ported and utilized by this project. Also, bugs and improvements are submitted back to these upstream projects.
22+
Bitcoin and Rust Bitcoin are closely followed providing timely updates such that the newest changes are ported and utilized by this project. Bugs and improvements are submitted back to these upstream projects.
2323

2424
## Example
2525
```rust

0 commit comments

Comments
 (0)