We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ee8295 commit 6337d73Copy full SHA for 6337d73
decoding/transaction-signing-06.mdx
@@ -16,8 +16,8 @@ parent: "transaction-signing"
16
17
When signing a transaction input, we follow these steps:
18
1. Create an ECDSA signature using the private key and commitment hash
19
-2. Encode it in DER format
20
-3. Ensure it has a low S value (BIP62)
+2. Ensure it has a low S value (BIP62)
+3. Encode it in DER format
21
4. Append the SIGHASH_ALL byte (0x01)
22
23
---
0 commit comments