Skip to content

Commit 6337d73

Browse files
jrakibisatsie
authored andcommitted
Fix transaction signing steps order
1 parent 7ee8295 commit 6337d73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

decoding/transaction-signing-06.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ parent: "transaction-signing"
1616

1717
When signing a transaction input, we follow these steps:
1818
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)
19+
2. Ensure it has a low S value (BIP62)
20+
3. Encode it in DER format
2121
4. Append the SIGHASH_ALL byte (0x01)
2222

2323
---

0 commit comments

Comments
 (0)