diff --git a/02.md b/02.md
index eb65f63..9e438fa 100644
--- a/02.md
+++ b/02.md
@@ -37,5 +37,5 @@ Inconvenient for onboarding new users who have no UTXO possession in the beginni
- - The BDS-02 child public key pki.
- - pki BIP-340 tweak ti : 32-byte array.
- - Let ti = hashBDS-02 tweak(ds || bytes(32, i)).
- - - Let pki = _cbytes(int(npub) + int(ti)⋅G)_.
- - - Let ski = bytes(32, (_int(nsec) + int(ti )) % n)_.
+ - - Let pki = _cbytes(npub + int(ti)⋅G)_.
+ - - Let ski = _bytes(32, (int(nsec) + int(ti )) % n)_.