@@ -65,11 +65,11 @@ endif
65
65
66
66
# Setting to allow building variant applications
67
67
VARIANT_PARAM = COIN
68
- VARIANT_VALUES = bitcoin_testnet bitcoin
68
+ VARIANT_VALUES = acre_testnet acre
69
69
70
70
# simplify for tests
71
71
ifndef COIN
72
- COIN =bitcoin_testnet
72
+ COIN =acre_testnet
73
73
endif
74
74
75
75
# #######################################
@@ -79,7 +79,7 @@ HAVE_APPLICATION_FLAG_DERIVE_MASTER = 1
79
79
HAVE_APPLICATION_FLAG_BOLOS_SETTINGS = 1
80
80
HAVE_APPLICATION_FLAG_LIBRARY = 1
81
81
82
- ifeq ($(COIN ) ,bitcoin_testnet )
82
+ ifeq ($(COIN ) ,acre_testnet )
83
83
# Bitcoin testnet, no legacy support
84
84
DEFINES += BIP32_PUBKEY_VERSION=0x043587CF
85
85
DEFINES += BIP44_COIN_TYPE=1
@@ -89,7 +89,7 @@ ifeq ($(COIN),bitcoin_testnet)
89
89
DEFINES += COIN_COINID_SHORT=\"TEST\"
90
90
91
91
APPNAME = "Acre Test"
92
- else ifeq ($(COIN),bitcoin )
92
+ else ifeq ($(COIN),acre )
93
93
# the version for performance tests automatically approves all requests
94
94
# there is no reason to ever compile the mainnet app with this flag
95
95
ifneq ($(AUTOAPPROVE_FOR_PERF_TESTS),0)
@@ -108,7 +108,7 @@ else ifeq ($(COIN),bitcoin)
108
108
109
109
else
110
110
ifeq ($(filter clean,$(MAKECMDGOALS)),)
111
- $(error Unsupported COIN - use bitcoin_testnet, bitcoin )
111
+ $(error Unsupported COIN - use acre_testnet, acre )
112
112
endif
113
113
endif
114
114
0 commit comments