Skip to content

Commit

Permalink
fix: change service type enum
Browse files Browse the repository at this point in the history
  • Loading branch information
ZigBalthazar committed Dec 12, 2024
1 parent 463f935 commit a10a704
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/modules/grpc/gen/ts/kraken.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion src/modules/grpc/proto/kraken.proto
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,6 @@ message Fees {

// Enum definitions
enum ServiceTypeEnum {
RELAY = 0;
UNKNOWN = 0;
RELAY = 1;
}

0 comments on commit a10a704

Please sign in to comment.