switched to single spend authority proof - the dummy proofs don't work as intended, so dropping them

This commit is contained in:
Some Random Crypto Guy
2024-12-16 09:16:34 +00:00
parent 0448a6bf9a
commit f3522764a1
6 changed files with 44 additions and 89 deletions
@@ -423,7 +423,7 @@ namespace boost
a & x.p_r;
if (x.type == rct::RCTTypeFullProofs) {
a & x.pr_proof;
a & x.sa_proofs;
a & x.sa_proof;
}
}
@@ -462,7 +462,7 @@ namespace boost
a & x.p_r;
if (x.type == rct::RCTTypeFullProofs) {
a & x.pr_proof;
a & x.sa_proofs;
a & x.sa_proof;
}
//--------------
a & x.p.rangeSigs;