diff --git a/mint.proto b/mint.proto index 1c81bfc..5d1048a 100644 --- a/mint.proto +++ b/mint.proto @@ -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; }