Skip to content

Commit

Permalink
Make Binary Fuse types rust friendly
Browse files Browse the repository at this point in the history
  • Loading branch information
SirTyson committed Jul 29, 2024
1 parent 78ef986 commit 1907d50
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Stellar-types.x
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,9 @@ struct ShortHashSeed

enum BinaryFuseFilterType
{
BINARY_FUSE_FILTER_8_BIT = 0,
BINARY_FUSE_FILTER_16_BIT = 1,
BINARY_FUSE_FILTER_32_BIT = 2
BINARY_FUSE_FILTER_BITS_8 = 0,
BINARY_FUSE_FILTER_BITS_16 = 1,
BINARY_FUSE_FILTER_BITS_32 = 2
};

struct SerializedBinaryFuseFilter
Expand Down

0 comments on commit 1907d50

Please sign in to comment.