Skip to content

Commit

Permalink
bump minimum spec version
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosala committed Sep 26, 2023
1 parent 71299dd commit 7ba12da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/substrate/substrate_coin.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ typedef enum {
#define SUPPORTED_TX_VERSION_CURRENT LEDGER_MAJOR_VERSION
#define SUPPORTED_TX_VERSION_PREVIOUS (LEDGER_MAJOR_VERSION - 1)
#define SUPPORTED_SPEC_VERSION (LEDGER_MINOR_VERSION + 0)
#define SUPPORTED_MINIMUM_SPEC_VERSION 0
#define SUPPORTED_MINIMUM_SPEC_VERSION 6000000

#define COIN_AMOUNT_DECIMAL_PLACES 6

Expand Down

0 comments on commit 7ba12da

Please sign in to comment.