mirror of
https://github.com/aljazceru/cdk.git
synced 2026-02-09 23:26:10 +01:00
fix: remove unused structs (#1042)
This commit is contained in:
@@ -105,16 +105,7 @@ message Proof {
|
||||
bytes c = 4;
|
||||
}
|
||||
|
||||
message ProofDLEQ {
|
||||
bytes e = 1;
|
||||
bytes s = 2;
|
||||
bytes r = 3;
|
||||
}
|
||||
|
||||
message SigningResponse {
|
||||
Error error = 1;
|
||||
BlindSignatures blind_signatures = 2;
|
||||
}
|
||||
message BlindSignatures {
|
||||
repeated BlindSignature blind_signatures = 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user