Skip to content

Commit

Permalink
mixin fixin
Browse files Browse the repository at this point in the history
  • Loading branch information
xaria-coin committed Sep 23, 2018
1 parent c2d07ea commit 0e1fb7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/CryptoNoteConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const uint64_t MAXIMUM_MIXIN_V2 = 7;
const uint32_t MIXIN_LIMITS_V1_HEIGHT = 0;
const uint32_t MIXIN_LIMITS_V2_HEIGHT = 1;

const uint64_t DEFAULT_MIXIN = 1;
const uint64_t DEFAULT_MIXIN = 3;

const uint64_t DEFAULT_DUST_THRESHOLD = UINT64_C(10);
const uint64_t DEFAULT_DUST_THRESHOLD_V2 = UINT64_C(10);
Expand Down
4 changes: 2 additions & 2 deletions src/version.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
#define PROJECT_COPYRIGHT "Copyright 2018, The Xaria Developers"
#define APP_VER_MAJOR 0
#define APP_VER_MINOR 0
#define APP_VER_REV 1
#define APP_VER_BUILD 04
#define APP_VER_REV 4
#define APP_VER_BUILD 44

#define BUILD_COMMIT_ID "@VERSION@"
#define PROJECT_VERSION STR(APP_VER_MAJOR) "." STR(APP_VER_MINOR) "." STR(APP_VER_REV)
Expand Down

0 comments on commit 0e1fb7c

Please sign in to comment.