diff --git a/src/cc/MofN.cpp b/src/cc/MofN.cpp index dc1da7728..40c48f65d 100644 --- a/src/cc/MofN.cpp +++ b/src/cc/MofN.cpp @@ -16,6 +16,11 @@ #include "CCMofN.h" /* + The idea of MofN CC is to allow non-interactive multisig, preferably in a cross chain compatible way, ie. for actual bitcoin multisig. + + full redeemscript in an initial tx with opreturn + ability to post partial signatures and construct a full transaction from M such partial signatures + a new transaction would refer to the initialtx and other partial would refer to both */ diff --git a/src/cc/oracles.cpp b/src/cc/oracles.cpp index a383df1e2..33888d483 100644 --- a/src/cc/oracles.cpp +++ b/src/cc/oracles.cpp @@ -16,6 +16,7 @@ #include "CCOracles.h" /* + */ // start of consensus code