1
0
mirror of https://github.com/lightning/bolts.git synced 2025-01-19 14:45:32 +01:00

fixed typo

This commit is contained in:
Pierre-Marie Padiou 2016-12-20 19:00:58 +01:00 committed by GitHub
parent 951fe14775
commit bf68c6253e

View File

@ -446,7 +446,7 @@ uses the local node's `delayed-payment-basepoint`, and the
`remote-delayedkey` uses the remote node's
`delayed-payment-basepoint`.
The correspoding private keys can be derived similarly if the basepoint
The corresponding private keys can be derived similarly if the basepoint
secrets are known (i.e., `localkey` and `local-delayedkey` only):
secretkey = basepoint-secret + SHA256(per-commitment-point || basepoint)