Skip to content

Commit

Permalink
C_
Browse files Browse the repository at this point in the history
  • Loading branch information
gohumble committed May 9, 2024
1 parent 055ef42 commit 8c1a382
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion signature.proto
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
syntax = "proto3";
package cashu.v1;
option go_package = "gen/go/cashurpc";
import "gogoproto/gogo.proto";

message BlindedSignature {
string id = 1;
uint64 amount = 2;
string C_ = 3;
string C_ = 3 [(gogoproto.jsontag) = "C_"];
}

0 comments on commit 8c1a382

Please sign in to comment.