diff --git a/src/musig/musig_sessions.h b/src/musig/musig_sessions.h index 0ef41cb0e..0cda21301 100644 --- a/src/musig/musig_sessions.h +++ b/src/musig/musig_sessions.h @@ -3,6 +3,11 @@ #include #include "musig.h" +/** + * This module encapsulates the logic to manage the psbt-level MuSig2 sessions. See the + * documentation in docs/musig.md for more information. + */ + // the maximum number of musig sessions that are stored in permanent memory #define MAX_N_MUSIG_SESSIONS 8