Successfully get processor to send a transaction out

Modifies FROST behavior so group_key has the offset applied regardless 
of if view was called. The unaltered secret_share and 
verification_shares (as they have differing values depending on the 
signing set) are no longer publicly accessible.
This commit is contained in:
Luke Parker
2022-06-09 02:48:53 -04:00
parent 714ce68deb
commit 27751d8d98
8 changed files with 255 additions and 62 deletions

View File

@@ -75,7 +75,6 @@ impl SendOutput {
}
}
#[derive(Clone, Error, Debug)]
pub enum TransactionError {
#[error("no inputs")]