+comments

This commit is contained in:
jl777
2018-08-31 21:21:33 -11:00
parent 652854e5d0
commit 6ea863734f
2 changed files with 6 additions and 0 deletions

View File

@@ -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
*/

View File

@@ -16,6 +16,7 @@
#include "CCOracles.h"
/*
*/
// start of consensus code