Skip to content

Commit

Permalink
reset PostMintQuoteBolt11Response
Browse files Browse the repository at this point in the history
  • Loading branch information
gohumble committed May 9, 2024
1 parent 95f5f3f commit 86deadd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mint.proto
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ message PostMintQuoteBolt11Request {
}

message PostMintQuoteBolt11Response {
google.protobuf.StringValue quote = 1;
google.protobuf.StringValue request = 2;
google.protobuf.BoolValue paid = 3;
google.protobuf.UInt64Value expiry = 4;
string quote = 1;
string request = 2;
bool paid = 3 ;
uint64 expiry = 4;
}


Expand Down

0 comments on commit 86deadd

Please sign in to comment.