doc: use signing pubkey instead of aggregate xonly key

This commit is contained in:
kevkevinpal
2026-06-10 08:28:32 -04:00
parent ddceb4e603
commit b3371029dc

View File

@@ -59,7 +59,7 @@ public:
/**
* Computes an arbitrary unique session ID to identify ongoing signing sessions.
* It is the SHA256 of the aggregate xonly key, the participant pubkey, the sighash, and the pubnonce
* It is the SHA256 of the signing (aggregate) pubkey, the participant pubkey, the sighash, and the pubnonce
*/
uint256 MuSig2SessionID(const CPubKey& script_pubkey, const CPubKey& part_pubkey, const uint256& sighash, const std::vector<uint8_t>& pubnonce);