Skip to content

Commit

Permalink
updated enums
Browse files Browse the repository at this point in the history
  • Loading branch information
gohumble committed May 4, 2024
1 parent 25407d3 commit 23f89ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion info.proto
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
syntax = "proto3";
package cashu.v1;
option go_package = "github.com/cashu/rpc/info";

enum MethodType {
method_unspecified = 0;
bolt11 = 1;
sat = 2;
// add more if needed
}

Expand Down

0 comments on commit 23f89ba

Please sign in to comment.