Skip to content

Commit d1a3554

Browse files
committed
Merge #96: fix: typo
ff85a1a fix: typo (marathon-gary) Pull request description: ACKs for top commit: apoelstra: utACK ff85a1a tcharding: ACK ff85a1a Tree-SHA512: e01339e44556ddf83d64fe2575a5f48009700ec818ca51f089f39188478c9485f906b65645653ce8b42a5e065aeebe9d83ebe54d2cdad07e38b9a5f3d5fad0d1
2 parents 788ce4d + ff85a1a commit d1a3554

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
@@ -14,7 +14,7 @@ This also simplifies cross-compiling the consensus library e.g., for a mobile ap
1414
`libbitcoinconsensus` refers to code from another library [secp256k1](https://github.com/bitcoin-core/secp256k1).
1515
A snapshot of that library is also included in the Bitcoin sources, therefore it could be baked into `libbitcoinconsensus`.
1616
A typical Bitcoin enabled application will however want to access further secp256k1 functions.
17-
The project [rust-secp256k1](https://github.com/rust-bitcoin/rust-secp256k1) offers a cargo build and Rust bindings, therefore we depend on that instead of compiling the Bitcoin embedded sources into `libbitcoinconsensus`q.
17+
The project [rust-secp256k1](https://github.com/rust-bitcoin/rust-secp256k1) offers a cargo build and Rust bindings, therefore we depend on that instead of compiling the Bitcoin embedded sources into `libbitcoinconsensus`.
1818
This introduces a risk, since a difference between the two secp256k1 sources could break consensus with Bitcoin.
1919

2020

0 commit comments

Comments
 (0)