File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
main/java/co/bitwatch/libbitcoinconsensus
test/groovy/co/bitwatch/libbitcoinconsensus Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 66/**
77 * JNA binding for libbitcoinconsensus
88 *
9- * @link https://github.com/bitcoin/bitcoin/blob/master/doc/shared-libraries.md
9+ * @see <a href=" https://github.com/bitcoin/bitcoin/blob/master/doc/shared-libraries.md">shared-libraries.md</a>
1010 */
1111public interface LibBitcoinConsensus extends Library {
1212
Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ public enum VerifyFlag {
4646 /**
4747 * Require S values are at most the curve order divided by 2.
4848 *
49- * Passing a non-strict-DER signature or one with S > order/2 to a checksig
50- * operation causes script failure.
49+ * Passing a non-strict-DER signature or one with S greater than order/2 to a
50+ * checksig operation causes script failure.
5151 *
5252 * (softfork safe, BIP62 rule 5)
5353 */
File renamed without changes.
You can’t perform that action at this time.
0 commit comments