mirror of
https://github.com/selfxyz/self.git
synced 2026-04-05 03:00:53 -04:00
update proof casting
This commit is contained in:
@@ -24,7 +24,7 @@ export function castCSCAProof(proof: any): Proof {
|
||||
b: [proof.proof.pi_b[0].slice(0, 2), proof.proof.pi_b[1].slice(0, 2)],
|
||||
c: proof.proof.pi_c.slice(0, 2)
|
||||
},
|
||||
pub_signals: proof.public
|
||||
pub_signals: proof.pub_signals
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user