Skip to content

Commit

Permalink
feat: ui refinement for sapling part
Browse files Browse the repository at this point in the history
  • Loading branch information
soralit committed Dec 17, 2024
1 parent 45ddada commit b8a3ab6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/config/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#define SOFTWARE_VERSION_MAJOR 1
#define SOFTWARE_VERSION_MINOR 7
#define SOFTWARE_VERSION_BUILD 15
#define SOFTWARE_VERSION_BETA 7
#define SOFTWARE_VERSION_BETA 8
#define SOFTWARE_VERSION (SOFTWARE_VERSION_MAJOR * 10000 + SOFTWARE_VERSION_MINOR * 100 + SOFTWARE_VERSION_BUILD)

#if SOFTWARE_VERSION_MAJOR > 99 || SOFTWARE_VERSION_MINOR > 99 || SOFTWARE_VERSION_BUILD > 99
Expand Down
2 changes: 1 addition & 1 deletion src/ui/gui_chain/gui_chain.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ typedef enum {
CHAIN_BTC,
#ifndef BTC_ONLY
CHAIN_ETH,
CHAIN_ZCASH,
CHAIN_SOL,
CHAIN_BNB,
CHAIN_HNT,
Expand Down Expand Up @@ -74,7 +75,6 @@ typedef enum {
CHAIN_UMEE,
CHAIN_QCK,
CHAIN_TGD,
CHAIN_ZCASH,

#endif
CHAIN_BUTT,
Expand Down

0 comments on commit b8a3ab6

Please sign in to comment.