From 6ea863734f771e76b8e77a1f1d6be1f9e4502504 Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 31 Aug 2018 21:21:33 -1100 Subject: [PATCH] +comments --- src/cc/MofN.cpp | 5 +++++ src/cc/oracles.cpp | 1 + 2 files changed, 6 insertions(+) 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